Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.InfrastructureConfiguration.Builder
Packages that use InfrastructureConfiguration.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of InfrastructureConfiguration.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return InfrastructureConfiguration.BuilderModifier and TypeMethodDescriptionInfrastructureConfiguration.Builder.description(String description) (experimental) The description of the infrastructure configuration.InfrastructureConfiguration.Builder.ec2InstanceAvailabilityZone(String ec2InstanceAvailabilityZone) (experimental) The availability zone to place Image Builder build and test EC2 instances.InfrastructureConfiguration.Builder.ec2InstanceHostId(String ec2InstanceHostId) (experimental) The ID of the Dedicated Host on which build and test instances run.InfrastructureConfiguration.Builder.ec2InstanceHostResourceGroupArn(String ec2InstanceHostResourceGroupArn) (experimental) The ARN of the host resource group on which build and test instances run.InfrastructureConfiguration.Builder.ec2InstanceTenancy(Tenancy ec2InstanceTenancy) (experimental) The tenancy of the instance.InfrastructureConfiguration.Builder.httpPutResponseHopLimit(Number httpPutResponseHopLimit) (experimental) The maximum number of hops that an instance metadata request can traverse to reach its destination.InfrastructureConfiguration.Builder.httpTokens(HttpTokens httpTokens) (experimental) Indicates whether a signed token header is required for instance metadata retrieval requests.InfrastructureConfiguration.Builder.infrastructureConfigurationName(String infrastructureConfigurationName) (experimental) The name of the infrastructure configuration.InfrastructureConfiguration.Builder.instanceProfile(IInstanceProfile instanceProfile) (experimental) The instance profile to associate with the instance used to customize the AMI.InfrastructureConfiguration.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) (experimental) The instance types to launch build and test EC2 instances with.(experimental) The key pair used to connect to the build and test EC2 instances.InfrastructureConfiguration.Builder.logging(InfrastructureConfigurationLogging logging) (experimental) The log settings for detailed build logging.InfrastructureConfiguration.Builder.notificationTopic(ITopic notificationTopic) (experimental) The SNS topic on which notifications are sent when an image build completes.InfrastructureConfiguration.Builder.resourceTags(Map<String, String> resourceTags) (experimental) The additional tags to assign to the Amazon EC2 instance that Image Builder launches during the build process.(experimental) An IAM role to associate with the instance profile used by Image Builder.InfrastructureConfiguration.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) (experimental) The security groups to associate with the instance used to customize the AMI.InfrastructureConfiguration.Builder.subnetSelection(SubnetSelection subnetSelection) (experimental) Select which subnet to place the instance used to customize the AMI.(experimental) The tags to apply to the infrastructure configuration.InfrastructureConfiguration.Builder.terminateInstanceOnFailure(Boolean terminateInstanceOnFailure) (experimental) Whether to terminate the EC2 instance when the build or test workflow fails.(experimental) The VPC to place the instance used to customize the AMI.