Skip to content

NetworkRuleProps

Properties for defining a NetworkRule.

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

Initializer

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

Properties

Name Type Description
NetworkRuleName interface{} Property networkRuleName: The name of the access control rule.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

NetworkRuleNameRequired

NetworkRuleName interface{}
  • Type: interface{}

Property networkRuleName: The name of the access control rule.


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.