Uses of Class
software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration.Builder
Packages that use CfnInfrastructureConfiguration.Builder
Package
Description
AWS::ImageBuilder Construct Library
-
Uses of CfnInfrastructureConfiguration.Builder in software.amazon.awscdk.services.imagebuilder
Methods in software.amazon.awscdk.services.imagebuilder that return CfnInfrastructureConfiguration.BuilderModifier and TypeMethodDescriptionCfnInfrastructureConfiguration.Builder.description(String description) The description of the infrastructure configuration.CfnInfrastructureConfiguration.Builder.instanceMetadataOptions(IResolvable instanceMetadataOptions) The instance metadata option settings for the infrastructure configuration.CfnInfrastructureConfiguration.Builder.instanceMetadataOptions(CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty instanceMetadataOptions) The instance metadata option settings for the infrastructure configuration.CfnInfrastructureConfiguration.Builder.instanceProfileName(String instanceProfileName) The instance profile of the infrastructure configuration.CfnInfrastructureConfiguration.Builder.instanceTypes(List<String> instanceTypes) The instance types of the infrastructure configuration.The Amazon EC2 key pair of the infrastructure configuration.CfnInfrastructureConfiguration.Builder.logging(IResolvable logging) The logging configuration defines where Image Builder uploads your logs.CfnInfrastructureConfiguration.Builder.logging(CfnInfrastructureConfiguration.LoggingProperty logging) The logging configuration defines where Image Builder uploads your logs.The name of the infrastructure configuration.CfnInfrastructureConfiguration.Builder.resourceTags(Map<String, String> resourceTags) The tags attached to the resource created by Image Builder.CfnInfrastructureConfiguration.Builder.resourceTags(IResolvable resourceTags) The tags attached to the resource created by Image Builder.CfnInfrastructureConfiguration.Builder.securityGroupIds(List<String> securityGroupIds) The security group IDs of the infrastructure configuration.CfnInfrastructureConfiguration.Builder.snsTopicArn(String snsTopicArn) The Amazon Resource Name (ARN) of the SNS topic for the infrastructure configuration.The subnet ID of the infrastructure configuration.The tags of the infrastructure configuration.CfnInfrastructureConfiguration.Builder.terminateInstanceOnFailure(Boolean terminateInstanceOnFailure) The terminate instance on failure configuration of the infrastructure configuration.CfnInfrastructureConfiguration.Builder.terminateInstanceOnFailure(IResolvable terminateInstanceOnFailure) The terminate instance on failure configuration of the infrastructure configuration.