Seleziona le tue preferenze relative ai cookie

Utilizziamo cookie essenziali e strumenti simili necessari per fornire il nostro sito e i nostri servizi. Utilizziamo i cookie prestazionali per raccogliere statistiche anonime in modo da poter capire come i clienti utilizzano il nostro sito e apportare miglioramenti. I cookie essenziali non possono essere disattivati, ma puoi fare clic su \"Personalizza\" o \"Rifiuta\" per rifiutare i cookie prestazionali.

Se sei d'accordo, AWS e le terze parti approvate utilizzeranno i cookie anche per fornire utili funzionalità del sito, ricordare le tue preferenze e visualizzare contenuti pertinenti, inclusa la pubblicità pertinente. Per continuare senza accettare questi cookie, fai clic su \"Continua\" o \"Rifiuta\". Per effettuare scelte più dettagliate o saperne di più, fai clic su \"Personalizza\".

AWS::EMR::StudioSessionMapping

Modalità Focus
AWS::EMR::StudioSessionMapping - AWS CloudFormation
Questa pagina non è tradotta nella tua lingua. Richiedi traduzione
Filtro Visualizza

The AWS::EMR::StudioSessionMapping resource is an Amazon EMR resource type that maps a user or group to the Amazon EMR Studio specified by StudioId, and applies a session policy that defines Studio permissions for that user or group.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::EMR::StudioSessionMapping", "Properties" : { "IdentityName" : String, "IdentityType" : String, "SessionPolicyArn" : String, "StudioId" : String } }

YAML

Type: AWS::EMR::StudioSessionMapping Properties: IdentityName: String IdentityType: String SessionPolicyArn: String StudioId: String

Properties

IdentityName

The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.

Required: Yes

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Minimum: 0

Maximum: 256

Update requires: Replacement

IdentityType

Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.

Required: Yes

Type: String

Allowed values: USER | GROUP

Update requires: Replacement

SessionPolicyArn

The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. Session policies refine Studio user permissions without the need to use multiple IAM user roles. For more information, see Create an EMR Studio user role with session policies in the Amazon EMR Management Guide.

Required: Yes

Type: String

Pattern: ^arn:aws(-(cn|us-gov|iso-f|iso-e))?:iam::([0-9]{12})?:policy\/[^.]+$

Update requires: No interruption

StudioId

The ID of the Amazon EMR Studio to which the user or group will be mapped.

Required: Yes

Type: String

Pattern: ^es-[0-9A-Z]+

Minimum: 4

Maximum: 256

Update requires: Replacement

In questa pagina

Argomento successivo:

AWS::EMR::WALWorkspace

Argomento precedente:

Tag
PrivacyCondizioni del sitoPreferenze cookie
© 2025, Amazon Web Services, Inc. o società affiliate. Tutti i diritti riservati.