SecretParametersProps
Properties for defining a SecretParameters
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-secretparameters
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oos;
new SecretParametersProps {
object RefreshOptions = null,
object ResourceGroupId = null,
object SecretParameterName = null
};
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of resource group. |
SecretParameterName |
object |
Property secretParameterName: The name of the encryption parameter. |
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of resource group.
SecretParameterName
Optional
public object SecretParameterName { get; set; }
- Type: object
Property secretParameterName: The name of the encryption parameter.