interface StudioReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NimbleStudio.StudioReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#StudioReference |
![]() | software.amazon.awscdk.services.nimblestudio.StudioReference |
![]() | aws_cdk.aws_nimblestudio.StudioReference |
![]() | aws-cdk-lib » aws_nimblestudio » 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_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const studioReference: nimblestudio.StudioReference = {
studioId: 'studioId',
};
Properties
Name | Type | Description |
---|---|---|
studio | string | The StudioId of the Studio resource. |
studioId
Type:
string
The StudioId of the Studio resource.