interface StudioComponentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.NimbleStudio.StudioComponentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsnimblestudio#StudioComponentReference |
Java | software.amazon.awscdk.interfaces.nimblestudio.StudioComponentReference |
Python | aws_cdk.interfaces.aws_nimblestudio.StudioComponentReference |
TypeScript | aws-cdk-lib » interfaces » aws_nimblestudio » StudioComponentReference |
A reference to a StudioComponent 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 interfaces_aws_nimblestudio } from 'aws-cdk-lib/interfaces';
const studioComponentReference: interfaces_aws_nimblestudio.StudioComponentReference = { };

.NET
Go
Java
Python
TypeScript