Skip to content

RosNetworkRuleProps

Properties for defining a RosNetworkRule.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-kms'
const rosNetworkRuleProps: datasource.RosNetworkRuleProps = { ... }

Properties

Name Type Description
networkRuleName string | @alicloud/ros-cdk-core.IResolvable No description.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable No description.

networkRuleNameRequired

public readonly networkRuleName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable