interface StudioSessionMappingReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EMR.StudioSessionMappingReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsemr#StudioSessionMappingReference |
![]() | software.amazon.awscdk.services.emr.StudioSessionMappingReference |
![]() | aws_cdk.aws_emr.StudioSessionMappingReference |
![]() | aws-cdk-lib » aws_emr » StudioSessionMappingReference |
A reference to a StudioSessionMapping resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emr as emr } from 'aws-cdk-lib';
const studioSessionMappingReference: emr.StudioSessionMappingReference = {
identityName: 'identityName',
identityType: 'identityType',
studioId: 'studioId',
};
Properties
Name | Type | Description |
---|---|---|
identity | string | The IdentityName of the StudioSessionMapping resource. |
identity | string | The IdentityType of the StudioSessionMapping resource. |
studio | string | The StudioId of the StudioSessionMapping resource. |
identityName
Type:
string
The IdentityName of the StudioSessionMapping resource.
identityType
Type:
string
The IdentityType of the StudioSessionMapping resource.
studioId
Type:
string
The StudioId of the StudioSessionMapping resource.