Skip to content

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.

SecretParameterNameRequired

SecretParameterName interface{}
  • Type: interface{}

ValueRequired

Value interface{}
  • Type: interface{}

ConstraintsOptional

Constraints interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

KeyIdOptional

KeyId interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty