NatIpCidrsProps
Properties for defining a NatIpCidrs
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-natipcidrs
Initializer
from ros_cdk_vpc import datasource
datasource.NatIpCidrsProps(
nat_gateway_id: typing.Union[str, IResolvable],
nat_ip_cidr: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
nat_gateway_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property natGatewayId: NAT IP ADDRESS range to the security group of the Kafka VPC NAT gateway instance ID. |
nat_ip_cidr |
typing.Union[str, ros_cdk_core.IResolvable] |
Property natIpCidr: Create a NAT IP ADDRESS. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
nat_gateway_id
Required
nat_gateway_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property natGatewayId: NAT IP ADDRESS range to the security group of the Kafka VPC NAT gateway instance ID.
nat_ip_cidr
Optional
nat_ip_cidr: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property natIpCidr: Create a NAT IP ADDRESS.
The new address segment must meet the following conditions: belong to 10.0.0.0/8, 172.16.0.0/12 or 192.168.0.0/16 network segment and its subnet. Support the subnet mask of the number of bits in the range of 16 to 32-bit. If you want to use the IP address of a public network segment as the NAT IP ADDRESS, the Virtual Private Cloud (VPC NAT is already using the IP address of a public network of permissions. For more information, see create a virtual private cloud (VPC NAT gateway instance.
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
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.