Skip to content

PolicyProps

Properties for defining a Policy.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkms/datasource"
&datasource.PolicyProps {
    PolicyName: interface{},
    RefreshOptions: interface{},
}

Properties

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

PolicyNameRequired

PolicyName interface{}
  • Type: interface{}

Property policyName: The name of the permission policy.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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.