interface LaunchReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Evidently.LaunchReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsevidently#LaunchReference |
![]() | software.amazon.awscdk.services.evidently.LaunchReference |
![]() | aws_cdk.aws_evidently.LaunchReference |
![]() | aws-cdk-lib » aws_evidently » LaunchReference |
A reference to a Launch resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_evidently as evidently } from 'aws-cdk-lib';
const launchReference: evidently.LaunchReference = {
launchArn: 'launchArn',
};
Properties
Name | Type | Description |
---|---|---|
launch | string | The Arn of the Launch resource. |
launchArn
Type:
string
The Arn of the Launch resource.