Get Infrastructure Configuration Result
data class GetInfrastructureConfigurationResult(val arn: String? = null, val description: String? = null, val instanceMetadataOptions: InfrastructureConfigurationInstanceMetadataOptions? = null, val instanceProfileName: String? = null, val instanceTypes: List<String>? = null, val keyPair: String? = null, val logging: InfrastructureConfigurationLogging? = null, val resourceTags: Map<String, String>? = null, val securityGroupIds: List<String>? = null, val snsTopicArn: String? = null, val subnetId: String? = null, val tags: Map<String, String>? = null, val terminateInstanceOnFailure: Boolean? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, description: String? = null, instanceMetadataOptions: InfrastructureConfigurationInstanceMetadataOptions? = null, instanceProfileName: String? = null, instanceTypes: List<String>? = null, keyPair: String? = null, logging: InfrastructureConfigurationLogging? = null, resourceTags: Map<String, String>? = null, securityGroupIds: List<String>? = null, snsTopicArn: String? = null, subnetId: String? = null, tags: Map<String, String>? = null, terminateInstanceOnFailure: Boolean? = null)
Properties
Link copied to clipboard
The description of the infrastructure configuration.
Link copied to clipboard
The instance metadata option settings for the infrastructure configuration.
Link copied to clipboard
The instance profile of the infrastructure configuration.
Link copied to clipboard
The instance types of the infrastructure configuration.
Link copied to clipboard
The logging configuration of the infrastructure configuration.
Link copied to clipboard
The tags attached to the resource created by Image Builder.
Link copied to clipboard
The security group IDs of the infrastructure configuration.
Link copied to clipboard
The SNS Topic Amazon Resource Name (ARN) of the infrastructure configuration.
Link copied to clipboard
The terminate instance on failure configuration of the infrastructure configuration.