Skip to content

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.

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.

ResourceGroupIdOptional

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

Property resourceGroupId: The ID of resource group.


SecretParameterNameOptional

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

Property secretParameterName: The name of the encryption parameter.