#[non_exhaustive]pub struct CreateStudioSessionMappingInput { /* private fields */ }Implementations§
source§impl CreateStudioSessionMappingInput
 
impl CreateStudioSessionMappingInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<CreateStudioSessionMapping, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<CreateStudioSessionMapping, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateStudioSessionMapping>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateStudioSessionMappingInput.
source§impl CreateStudioSessionMappingInput
 
impl CreateStudioSessionMappingInput
sourcepub fn studio_id(&self) -> Option<&str>
 
pub fn studio_id(&self) -> Option<&str>
The ID of the Amazon EMR Studio to which the user or group will be mapped.
sourcepub fn identity_id(&self) -> Option<&str>
 
pub fn identity_id(&self) -> Option<&str>
sourcepub fn identity_name(&self) -> Option<&str>
 
pub fn identity_name(&self) -> Option<&str>
The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified, but not both.
sourcepub fn identity_type(&self) -> Option<&IdentityType>
 
pub fn identity_type(&self) -> Option<&IdentityType>
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
sourcepub fn session_policy_arn(&self) -> Option<&str>
 
pub fn session_policy_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. You should specify the ARN for the session policy that you want to apply, not the ARN of your user role. For more information, see Create an EMR Studio User Role with Session Policies.
Trait Implementations§
source§impl Clone for CreateStudioSessionMappingInput
 
impl Clone for CreateStudioSessionMappingInput
source§fn clone(&self) -> CreateStudioSessionMappingInput
 
fn clone(&self) -> CreateStudioSessionMappingInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<CreateStudioSessionMappingInput> for CreateStudioSessionMappingInput
 
impl PartialEq<CreateStudioSessionMappingInput> for CreateStudioSessionMappingInput
source§fn eq(&self, other: &CreateStudioSessionMappingInput) -> bool
 
fn eq(&self, other: &CreateStudioSessionMappingInput) -> bool
self and other values to be equal, and is used
by ==.