SecretParameterProps
Properties for defining a SecretParameter.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-secretparameter
Initializer
import com.aliyun.ros.cdk.oos.SecretParameterProps;
SecretParameterProps.builder()
.secretParameterName(java.lang.String)
.secretParameterName(IResolvable)
.value(java.lang.String)
.value(IResolvable)
// .constraints(IResolvable)
// .constraints(java.util.Map<java.lang.String, java.lang.Object>)
// .description(java.lang.String)
// .description(IResolvable)
// .keyId(java.lang.String)
// .keyId(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
// .tags(java.util.List<TagsProperty>)
.build();
Properties
| Name | Type | Description |
|---|---|---|
secretParameterName | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property secretParameterName: The name of the encryption parameter. |
value | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property value: The value of the encryption parameter. |
constraints | com.aliyun.ros.cdk.core.IResolvable OR java.util.Map | Property constraints: The constraints of the encryption parameter. |
description | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property description: The description of the encryption parameter. |
keyId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property keyId: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter. |
resourceGroupId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property resourceGroupId: The ID of resource group. |
tags | java.util.List<TagsProperty> | Property tags: Tags of encryption parameter. |
secretParameterNameRequired
public java.lang.Object getSecretParameterName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property secretParameterName: The name of the encryption parameter.
The name must be 1 to 180 characters in length, and can contain letters, digits, hyphens (-), and underscores (_). It cannot start with ALIYUN, ALIBABA, ALICLOUD, ACS or OOS.
valueRequired
public java.lang.Object getValue();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property value: The value of the encryption parameter.
The value must be 1 to 4096 characters in length.
constraintsOptional
public java.lang.Object getConstraints();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.Map
Property constraints: The constraints of the encryption parameter.
descriptionOptional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: The description of the encryption parameter.
The description must be 1 to 200 characters in length.
keyIdOptional
public java.lang.Object getKeyId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property keyId: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
resourceGroupIdOptional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: The ID of resource group.
tagsOptional
public java.util.List<TagsProperty> getTags();
- Type: java.util.List<TagsProperty>
Property tags: Tags of encryption parameter.