Skip to content

SecretParameterProps

Properties for defining a SecretParameter.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-secretparameter

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oos;
new SecretParameterProps {
    object SecretParameterName,
    object RefreshOptions = null
};

Properties

Name Type Description
SecretParameterName object Property secretParameterName: The name of the parameter.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

SecretParameterNameRequired

public object SecretParameterName { get; set; }
  • Type: object

Property secretParameterName: The name of the parameter.


RefreshOptionsOptional

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.