ClusterNodeAttribute

data class ClusterNodeAttribute(val dataDiskEncrypted: Boolean? = null, val dataDiskKmsKeyId: String? = null, val keyPairName: String, val ramRole: String, val securityGroupId: String, val systemDiskEncrypted: Boolean? = null, val systemDiskKmsKeyId: String? = null, val vpcId: String, val zoneId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable data disk encryption.

Link copied to clipboard

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

Link copied to clipboard

The name of the key pair.

Link copied to clipboard

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

Security Group ID for Cluster.

Link copied to clipboard

Whether to enable system disk encryption.

Link copied to clipboard

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

Link copied to clipboard

Used to retrieve instances belong to specified VPC.

Link copied to clipboard

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