interface StudioReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EMR.StudioReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsemr#StudioReference |
![]() | software.amazon.awscdk.services.emr.StudioReference |
![]() | aws_cdk.aws_emr.StudioReference |
![]() | aws-cdk-lib » aws_emr » StudioReference |
A reference to a Studio 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 studioReference: emr.StudioReference = {
studioArn: 'studioArn',
studioId: 'studioId',
};
Properties
Name | Type | Description |
---|---|---|
studio | string | The ARN of the Studio resource. |
studio | string | The StudioId of the Studio resource. |
studioArn
Type:
string
The ARN of the Studio resource.
studioId
Type:
string
The StudioId of the Studio resource.