interface ContinuousDeploymentPolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.ContinuousDeploymentPolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#ContinuousDeploymentPolicyReference |
![]() | software.amazon.awscdk.services.cloudfront.ContinuousDeploymentPolicyReference |
![]() | aws_cdk.aws_cloudfront.ContinuousDeploymentPolicyReference |
![]() | aws-cdk-lib » aws_cloudfront » ContinuousDeploymentPolicyReference |
A reference to a ContinuousDeploymentPolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const continuousDeploymentPolicyReference: cloudfront.ContinuousDeploymentPolicyReference = {
continuousDeploymentPolicyId: 'continuousDeploymentPolicyId',
};
Properties
Name | Type | Description |
---|---|---|
continuous | string | The Id of the ContinuousDeploymentPolicy resource. |
continuousDeploymentPolicyId
Type:
string
The Id of the ContinuousDeploymentPolicy resource.