Key Pair Attachment Args
data class KeyPairAttachmentArgs(val force: Output<Boolean>? = null, val instanceIds: Output<List<String>>? = null, val keyName: Output<String>? = null, val keyPairName: Output<String>? = null) : ConvertibleToJava<KeyPairAttachmentArgs>
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.