Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.AmiDistribution
Packages that use AmiDistribution
Package
Description
EC2 Image Builder Construct Library
-
Uses of AmiDistribution in software.amazon.awscdk.services.imagebuilder.alpha
Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement AmiDistributionMethods in software.amazon.awscdk.services.imagebuilder.alpha that return AmiDistributionModifier and TypeMethodDescriptionAmiDistribution.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return types with arguments of type AmiDistributionModifier and TypeMethodDescriptiondefault List<AmiDistribution> DistributionConfigurationProps.getAmiDistributions()(experimental) The list of target regions and associated AMI distribution settings where the built AMI will be distributed.final List<AmiDistribution> DistributionConfigurationProps.Jsii$Proxy.getAmiDistributions()Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type AmiDistributionModifier and TypeMethodDescriptionvoidDistributionConfiguration.addAmiDistributions(AmiDistribution... amiDistributions) (experimental) Adds AMI distribution settings to the distribution configuration.Method parameters in software.amazon.awscdk.services.imagebuilder.alpha with type arguments of type AmiDistributionModifier and TypeMethodDescriptionDistributionConfiguration.Builder.amiDistributions(List<? extends AmiDistribution> amiDistributions) (experimental) The list of target regions and associated AMI distribution settings where the built AMI will be distributed.DistributionConfigurationProps.Builder.amiDistributions(List<? extends AmiDistribution> amiDistributions) Sets the value ofDistributionConfigurationProps.getAmiDistributions()