Skip to content

SecretProps

Properties for defining a Secret.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-kms-secret

Initializer

using AlibabaCloud.SDK.ROS.CDK.Kms;
new SecretProps {
    object SecretName,
    object RefreshOptions = null
};

Properties

Name Type Description
SecretName object Property secretName: The name of the secret.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

SecretNameRequired

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

Property secretName: The name of the secret.


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.