KeyPairAttachment

class KeyPairAttachment : KotlinCustomResource

DEPRECATED: This resource has been renamed to alicloud.ecs.EcsKeyPairAttachment from version 1.121.0. Provides a key pair attachment resource to bind key pair for several ECS instances. NOTE: After the key pair is attached with sone instances, there instances must be rebooted to make the key pair affect.

Properties

Link copied to clipboard
val force: Output<Boolean>?

Set it to true and it will reboot instances which attached with the key pair to make key pair affect immediately.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceIds: Output<List<String>>

The list of ECS instance's IDs.

Link copied to clipboard
val keyName: Output<String>

The name of key pair used to bind.

Link copied to clipboard
val keyPairName: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>