TransitRouterVpcAttachmentProps
Properties for defining a TransitRouterVpcAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervpcattachment
Initializer
import { TransitRouterVpcAttachmentProps } from '@alicloud/ros-cdk-cen'
const transitRouterVpcAttachmentProps: TransitRouterVpcAttachmentProps = { ... }
Properties
Name | Type | Description |
---|---|---|
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: VpcId. |
zoneMappings |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ZoneMappingsProperty[] |
Property zoneMappings: ZoneMappingss. |
autoCreateVpcRoute |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property autoCreateVpcRoute: undefined. |
cenId |
string | @alicloud/ros-cdk-core.IResolvable |
Property cenId: CenId. |
chargeType |
string | @alicloud/ros-cdk-core.IResolvable |
Property chargeType:. |
deletionForce |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property deletionForce: Whether force delete related resources, like vpc route entry, route table association, route propagation. |
routeTableAssociationEnabled |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property routeTableAssociationEnabled: undefined. |
routeTablePropagationEnabled |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property routeTablePropagationEnabled: undefined. |
transitRouterAttachmentDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription. |
transitRouterAttachmentName |
string | @alicloud/ros-cdk-core.IResolvable |
Property transitRouterAttachmentName: TransitRouterAttachmentName. |
transitRouterId |
string | @alicloud/ros-cdk-core.IResolvable |
Property transitRouterId: TransitRouterId. |
vpcOwnerId |
number | @alicloud/ros-cdk-core.IResolvable |
Property vpcOwnerId: VpcOwnerId. |
vpcId
Required
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: VpcId.
zoneMappings
Required
public readonly zoneMappings: IResolvable | IResolvable | ZoneMappingsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ZoneMappingsProperty[]
Property zoneMappings: ZoneMappingss.
autoCreateVpcRoute
Optional
public readonly autoCreateVpcRoute: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property autoCreateVpcRoute: undefined.
cenId
Optional
public readonly cenId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property cenId: CenId.
chargeType
Optional
public readonly chargeType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property chargeType:.
deletionForce
Optional
public readonly deletionForce: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property deletionForce: Whether force delete related resources, like vpc route entry, route table association, route propagation.
routeTableAssociationEnabled
Optional
public readonly routeTableAssociationEnabled: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property routeTableAssociationEnabled: undefined.
routeTablePropagationEnabled
Optional
public readonly routeTablePropagationEnabled: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property routeTablePropagationEnabled: undefined.
transitRouterAttachmentDescription
Optional
public readonly transitRouterAttachmentDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription.
transitRouterAttachmentName
Optional
public readonly transitRouterAttachmentName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property transitRouterAttachmentName: TransitRouterAttachmentName.
transitRouterId
Optional
public readonly transitRouterId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property transitRouterId: TransitRouterId.
vpcOwnerId
Optional
public readonly vpcOwnerId: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property vpcOwnerId: VpcOwnerId.