InstanceProfile

Provides information that defines an instance profile.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zone where the instance profile runs.

Link copied to clipboard

A description of the instance profile. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.

Link copied to clipboard

The Amazon Resource Name (ARN) string that uniquely identifies the instance profile.

Link copied to clipboard

The time the instance profile was created.

Link copied to clipboard

The user-friendly name for the instance profile.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection parameters for the instance profile.

Link copied to clipboard

Specifies the network type for the instance profile. A value of IPV4 represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of IPV6 represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of DUAL represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.

Link copied to clipboard

Specifies the accessibility options for the instance profile. A value of true represents an instance profile with a public IP address. A value of false represents an instance profile with a private IP address. The default value is true.

Link copied to clipboard

The identifier of the subnet group that is associated with the instance profile.

Link copied to clipboard

The VPC security groups that are used with the instance profile. The VPC security group must work with the VPC containing the instance profile.

Functions

Link copied to clipboard
inline fun copy(block: InstanceProfile.Builder.() -> Unit = {}): InstanceProfile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String