GetInstanceProfileResult

data class GetInstanceProfileResult(val availabilityZone: String? = null, val description: String? = null, val instanceProfileArn: String? = null, val instanceProfileCreationTime: String? = null, val instanceProfileName: String? = null, val kmsKeyArn: String? = null, val networkType: InstanceProfileNetworkType? = null, val publiclyAccessible: Boolean? = null, val subnetGroupIdentifier: String? = null, val tags: List<Tag>? = null, val vpcSecurityGroups: List<String>? = null)

Constructors

Link copied to clipboard
constructor(availabilityZone: String? = null, description: String? = null, instanceProfileArn: String? = null, instanceProfileCreationTime: String? = null, instanceProfileName: String? = null, kmsKeyArn: String? = null, networkType: InstanceProfileNetworkType? = null, publiclyAccessible: Boolean? = null, subnetGroupIdentifier: String? = null, tags: List<Tag>? = null, vpcSecurityGroups: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The property describes an availability zone of the instance profile.

Link copied to clipboard
val description: String? = null

The optional description of the instance profile.

Link copied to clipboard

The property describes an ARN of the instance profile.

Link copied to clipboard

The property describes a creating time of the instance profile.

Link copied to clipboard

The property describes a name for the instance profile.

Link copied to clipboard
val kmsKeyArn: String? = null

The property describes kms key arn for the instance profile.

Link copied to clipboard

The property describes a network type for the instance profile.

Link copied to clipboard

The property describes the publicly accessible of the instance profile

Link copied to clipboard

The property describes a subnet group identifier for the instance profile.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard

The property describes vps security groups for the instance profile.