I want to set up AWS workspaces web via CloudFormation but I am stuck

0

I would like to add IAM identity centre to my portal Resource as it is defaulting to SAML via CF template How do I accomplish this

Portal: Type: AWS::WorkSpacesWeb::Portal Properties: DisplayName: Workspace UserSettingsArn: !Ref UserSettings NetworkSettingsArn: !Ref NetworkSettings

Tolu
已提问 1 个月前141 查看次数
2 回答
1
已接受的回答

Hello.

How about setting "IAM_Identity_Center" to "AuthenticationType"?
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-authenticationtype

Type: AWS::WorkSpacesWeb::Portal
Properties:
  AuthenticationType: IAM_Identity_Center
profile picture
专家
已回答 1 个月前
profile picture
专家
已审核 1 个月前
profile pictureAWS
专家
已审核 1 个月前
0
profile pictureAWS
专家
已回答 1 个月前
profile picture
专家
已审核 1 个月前
  • This is the Type: AWS::WorkSpaces::Workspace. and Not the Type: AWS::WorkSpacesWeb::Portal

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则