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 個月前檢視次數 142 次
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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南