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
preguntada hace un mes143 visualizaciones
2 Respuestas
1
Respuesta aceptada

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
EXPERTO
respondido hace un mes
profile picture
EXPERTO
revisado hace un mes
profile pictureAWS
EXPERTO
revisado hace un mes
0
profile pictureAWS
EXPERTO
respondido hace un mes
profile picture
EXPERTO
revisado hace un mes
  • This is the Type: AWS::WorkSpaces::Workspace. and Not the Type: AWS::WorkSpacesWeb::Portal

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas