Registry Enterprise Instance Args
data class RegistryEnterpriseInstanceArgs(val customOssBucket: Output<String>? = null, val instanceName: Output<String>? = null, val instanceType: Output<String>? = null, val kmsEncryptedPassword: Output<String>? = null, val kmsEncryptionContext: Output<Map<String, Any>>? = null, val password: Output<String>? = null, val paymentType: Output<String>? = null, val period: Output<Int>? = null, val renewPeriod: Output<Int>? = null, val renewalStatus: Output<String>? = null) : ConvertibleToJava<RegistryEnterpriseInstanceArgs>
Import
Container Registry Enterprise Edition instance can be imported using the id
, e.g.
$ pulumi import alicloud:cr/registryEnterpriseInstance:RegistryEnterpriseInstance default cri-test
Content copied to clipboard
Constructors
Link copied to clipboard
fun RegistryEnterpriseInstanceArgs(customOssBucket: Output<String>? = null, instanceName: Output<String>? = null, instanceType: Output<String>? = null, kmsEncryptedPassword: Output<String>? = null, kmsEncryptionContext: Output<Map<String, Any>>? = null, password: Output<String>? = null, paymentType: Output<String>? = null, period: Output<Int>? = null, renewPeriod: Output<Int>? = null, renewalStatus: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
An KMS encryption context used to decrypt kms_encrypted_password
before creating or updating instance with kms_encrypted_password
. See Encryption Context. It is valid when kms_encrypted_password
is set.