Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.IInfrastructureConfiguration
Packages that use IInfrastructureConfiguration
Package
Description
EC2 Image Builder Construct Library
-
Uses of IInfrastructureConfiguration in software.amazon.awscdk.services.imagebuilder.alpha
Subinterfaces of IInfrastructureConfiguration in software.amazon.awscdk.services.imagebuilder.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInfrastructureConfiguration.Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement IInfrastructureConfigurationModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Represents an EC2 Image Builder Infrastructure Configuration.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return IInfrastructureConfigurationModifier and TypeMethodDescriptionstatic IInfrastructureConfigurationInfrastructureConfiguration.fromInfrastructureConfigurationArn(software.constructs.Construct scope, String id, String infrastructureConfigurationArn) (experimental) Import an existing infrastructure configuration given its ARN.static IInfrastructureConfigurationInfrastructureConfiguration.fromInfrastructureConfigurationName(software.constructs.Construct scope, String id, String infrastructureConfigurationName) (experimental) Import an existing infrastructure configuration given its name.Image.getInfrastructureConfiguration()(experimental) The infrastructure configuration used for the image build.ImagePipeline.getInfrastructureConfiguration()(experimental) The infrastructure configuration used for the image build.default IInfrastructureConfigurationImagePipelineProps.getInfrastructureConfiguration()(experimental) The infrastructure configuration used for building the image.ImagePipelineProps.Jsii$Proxy.getInfrastructureConfiguration()default IInfrastructureConfigurationImageProps.getInfrastructureConfiguration()(experimental) The infrastructure configuration used for building the image.ImageProps.Jsii$Proxy.getInfrastructureConfiguration()Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type IInfrastructureConfigurationModifier and TypeMethodDescriptionImage.Builder.infrastructureConfiguration(IInfrastructureConfiguration infrastructureConfiguration) (experimental) The infrastructure configuration used for building the image.ImagePipeline.Builder.infrastructureConfiguration(IInfrastructureConfiguration infrastructureConfiguration) (experimental) The infrastructure configuration used for building the image.ImagePipelineProps.Builder.infrastructureConfiguration(IInfrastructureConfiguration infrastructureConfiguration) Sets the value ofImagePipelineProps.getInfrastructureConfiguration()ImageProps.Builder.infrastructureConfiguration(IInfrastructureConfiguration infrastructureConfiguration) Sets the value ofImageProps.getInfrastructureConfiguration()