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
posta un mese fa142 visualizzazioni
2 Risposte
1
Risposta accettata

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
ESPERTO
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa
profile pictureAWS
ESPERTO
verificato un mese fa
0
profile pictureAWS
ESPERTO
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa
  • This is the Type: AWS::WorkSpaces::Workspace. and Not the Type: AWS::WorkSpacesWeb::Portal

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande