RosSecretProps
Properties for defining a RosSecret.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-secret
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkms"
&alicloudroscdkkms.RosSecretProps {
SecretData: interface{},
SecretName: interface{},
VersionId: interface{},
Description: interface{},
DkmsInstanceId: interface{},
EnableAutomaticRotation: interface{},
EncryptionKeyId: interface{},
ExtendedConfig: interface{},
ForceDeleteWithoutRecovery: interface{},
Policy: interface{},
RecoveryWindowInDays: interface{},
RotationInterval: interface{},
SecretDataType: interface{},
SecretType: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkkms.RosSecret.TagsProperty,
VersionStages: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
SecretData | interface{} | No description. |
SecretName | interface{} | No description. |
VersionId | interface{} | No description. |
Description | interface{} | No description. |
DkmsInstanceId | interface{} | No description. |
EnableAutomaticRotation | interface{} | No description. |
EncryptionKeyId | interface{} | No description. |
ExtendedConfig | interface{} | No description. |
ForceDeleteWithoutRecovery | interface{} | No description. |
Policy | interface{} | No description. |
RecoveryWindowInDays | interface{} | No description. |
RotationInterval | interface{} | No description. |
SecretDataType | interface{} | No description. |
SecretType | interface{} | No description. |
Tags | *[]TagsProperty | No description. |
VersionStages | interface{} | No description. |
SecretDataRequired
SecretData interface{}
- Type: interface{}
SecretNameRequired
SecretName interface{}
- Type: interface{}
VersionIdRequired
VersionId interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
DkmsInstanceIdOptional
DkmsInstanceId interface{}
- Type: interface{}
EnableAutomaticRotationOptional
EnableAutomaticRotation interface{}
- Type: interface{}
EncryptionKeyIdOptional
EncryptionKeyId interface{}
- Type: interface{}
ExtendedConfigOptional
ExtendedConfig interface{}
- Type: interface{}
ForceDeleteWithoutRecoveryOptional
ForceDeleteWithoutRecovery interface{}
- Type: interface{}
PolicyOptional
Policy interface{}
- Type: interface{}
RecoveryWindowInDaysOptional
RecoveryWindowInDays interface{}
- Type: interface{}
RotationIntervalOptional
RotationInterval interface{}
- Type: interface{}
SecretDataTypeOptional
SecretDataType interface{}
- Type: interface{}
SecretTypeOptional
SecretType interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty
VersionStagesOptional
VersionStages interface{}
- Type: interface{}