メインコンテンツまでスキップ

AWSAutoScalingLaunchConfigurationEBS

No description

type AWSAutoScalingLaunchConfigurationEBS {
deleteOnTermination: Boolean!
encrypted: Boolean!
iops: Int!
snapshotId: String!
throughput: Int!
volumeSize: Int!
volumeType: AWSAutoScalingLaunchConfigurationEBSVolumeType!
}

Fields

AWSAutoScalingLaunchConfigurationEBS.deleteOnTermination ● Boolean! non-null scalar

Indicates whether the volume is deleted on instance termination

AWSAutoScalingLaunchConfigurationEBS.encrypted ● Boolean! non-null scalar

Specifies whether the volume should be encrypted

AWSAutoScalingLaunchConfigurationEBS.iops ● Int! non-null scalar

The number of I/O operations per second (IOPS) to provision for the volume

AWSAutoScalingLaunchConfigurationEBS.snapshotId ● String! non-null scalar

The snapshot ID of the volume to use

AWSAutoScalingLaunchConfigurationEBS.throughput ● Int! non-null scalar

The throughput (MiBps) to provision for a gp3 volume

AWSAutoScalingLaunchConfigurationEBS.volumeSize ● Int! non-null scalar

The volume size, in GiBs

AWSAutoScalingLaunchConfigurationEBS.volumeType ● AWSAutoScalingLaunchConfigurationEBSVolumeType! non-null enum

The volume type

Member of

AWSAutoScalingLaunchConfigurationBlockDeviceMapping object