CreateSecret

constructor(Name: String, ClientRequestToken: UUID, SecretString: String, Description: String? = null, KmsKeyId: KMSKeyId? = null, Tags: List<Tag>? = null)
constructor(Name: String, ClientRequestToken: UUID, SecretBinary: Base64Blob, Description: String? = null, KmsKeyId: KMSKeyId? = null, Tags: List<Tag>? = null)