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