AWS::ImageBuilder::DistributionConfigurationA distribution configuration allows you to specify the name and description of your output AMI, authorize other AWS account s to launch the AMI, and replicate the AMI to other AWS Regions . It also allows you to export the AMI to Amazon S3 .
import { CfnDistributionConfiguration } from 'aws-cdk-lib/aws-imagebuilder';Or use the module namespace:
import * as imagebuilder from 'aws-cdk-lib/aws-imagebuilder';
// imagebuilder.CfnDistributionConfigurationConfiguration passed to the constructor as CfnDistributionConfigurationProps.
distributionsRequiredIResolvable | IResolvable | DistributionProperty[]The distributions of this distribution configuration formatted as an array of Distribution objects.
nameRequiredstringThe name of this distribution configuration.
descriptionOptionalstringThe description of this distribution configuration.
tagsOptional{ [key: string]: string }The tags of this distribution configuration.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-imagebuilderAWS::ImageBuilder::DistributionConfiguration