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
asked 17 days ago108 views
2 Answers
1
Accepted Answer

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
EXPERT
answered 17 days ago
profile picture
EXPERT
reviewed 16 days ago
profile pictureAWS
EXPERT
reviewed 17 days ago
0
profile pictureAWS
EXPERT
answered 17 days ago
profile picture
EXPERT
reviewed 17 days ago
  • This is the Type: AWS::WorkSpaces::Workspace. and Not the Type: AWS::WorkSpacesWeb::Portal

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions