RosSecretParameterProps
Properties for defining a RosSecretParameter
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-secretparameter
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos"
&alicloudroscdkoos.RosSecretParameterProps {
SecretParameterName: interface{},
Value: interface{},
Constraints: interface{},
Description: interface{},
KeyId: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos.RosSecretParameter.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
SecretParameterName |
interface{} |
No description. |
Value |
interface{} |
No description. |
Constraints |
interface{} |
No description. |
Description |
interface{} |
No description. |
KeyId |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
SecretParameterName
Required
SecretParameterName interface{}
- Type: interface{}
Value
Required
Value interface{}
- Type: interface{}
Constraints
Optional
Constraints interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
KeyId
Optional
KeyId interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty