Skip to content

PolicyProps

Properties for defining a Policy.

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

Initializer

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

Properties

Name Type Description
PolicyName object Property policyName: The name of the permission policy.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

PolicyNameRequired

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

Property policyName: The name of the permission policy.


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.