Skip to content

NetworkRuleProps

Properties for defining a NetworkRule.

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

Initializer

import ros_cdk_kms
ros_cdk_kms.NetworkRuleProps(
  network_rule_name: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  source_private_ip: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None
)

Properties

Name Type Description
network_rule_name typing.Union[str, ros_cdk_core.IResolvable] Property networkRuleName: The name of the access control rule.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the network rule.
source_private_ip typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property sourcePrivateIp: VPC network whitelist, The private IP address or private CIDR block, Supports binding up to 800 CIDR blocks or IP addresses.

network_rule_nameRequired

network_rule_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property networkRuleName: The name of the access control rule.


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property description: The description of the network rule.


source_private_ipOptional

source_private_ip: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

Property sourcePrivateIp: VPC network whitelist, The private IP address or private CIDR block, Supports binding up to 800 CIDR blocks or IP addresses.