interface DeploymentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GreengrassV2.DeploymentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgreengrassv2#DeploymentReference |
![]() | software.amazon.awscdk.services.greengrassv2.DeploymentReference |
![]() | aws_cdk.aws_greengrassv2.DeploymentReference |
![]() | aws-cdk-lib » aws_greengrassv2 » DeploymentReference |
A reference to a Deployment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_greengrassv2 as greengrassv2 } from 'aws-cdk-lib';
const deploymentReference: greengrassv2.DeploymentReference = {
deploymentId: 'deploymentId',
};
Properties
Name | Type | Description |
---|---|---|
deployment | string | The DeploymentId of the Deployment resource. |
deploymentId
Type:
string
The DeploymentId of the Deployment resource.