ClusterNodeAttributeArgs

data class ClusterNodeAttributeArgs(val dataDiskEncrypted: Output<Boolean>? = null, val dataDiskKmsKeyId: Output<String>? = null, val keyPairName: Output<String>, val ramRole: Output<String>, val securityGroupId: Output<String>, val systemDiskEncrypted: Output<Boolean>? = null, val systemDiskKmsKeyId: Output<String>? = null, val vpcId: Output<String>, val zoneId: Output<String>) : ConvertibleToJava<ClusterNodeAttributeArgs>

Constructors

Link copied to clipboard
constructor(dataDiskEncrypted: Output<Boolean>? = null, dataDiskKmsKeyId: Output<String>? = null, keyPairName: Output<String>, ramRole: Output<String>, securityGroupId: Output<String>, systemDiskEncrypted: Output<Boolean>? = null, systemDiskKmsKeyId: Output<String>? = null, vpcId: Output<String>, zoneId: Output<String>)

Properties

Link copied to clipboard
val dataDiskEncrypted: Output<Boolean>? = null

Whether to enable data disk encryption.

Link copied to clipboard
val dataDiskKmsKeyId: Output<String>? = null

The kms key id used to encrypt the data disk. It takes effect when data_disk_encrypted is true.

Link copied to clipboard
val keyPairName: Output<String>

The name of the key pair.

Link copied to clipboard
val ramRole: Output<String>

Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.

Link copied to clipboard
val securityGroupId: Output<String>

Security Group ID for Cluster.

Link copied to clipboard
val systemDiskEncrypted: Output<Boolean>? = null

Whether to enable system disk encryption.

Link copied to clipboard
val systemDiskKmsKeyId: Output<String>? = null

The kms key id used to encrypt the system disk. It takes effect when system_disk_encrypted is true.

Link copied to clipboard
val vpcId: Output<String>

Used to retrieve instances belong to specified VPC.

Link copied to clipboard
val zoneId: Output<String>

Zone ID, e.g. cn-hangzhou-i

Functions

Link copied to clipboard
open override fun toJava(): ClusterNodeAttributeArgs