Transit Router Vpc Attachment Args
constructor(autoPublishRouteEnabled: Output<Boolean>? = null, cenId: Output<String>? = null, dryRun: Output<Boolean>? = null, forceDelete: Output<Boolean>? = null, paymentType: Output<String>? = null, resourceType: Output<String>? = null, routeTableAssociationEnabled: Output<Boolean>? = null, routeTablePropagationEnabled: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, transitRouterAttachmentDescription: Output<String>? = null, transitRouterAttachmentName: Output<String>? = null, transitRouterId: Output<String>? = null, transitRouterVpcAttachmentName: Output<String>? = null, transitRouterVpcAttachmentOptions: Output<Map<String, String>>? = null, vpcId: Output<String>? = null, vpcOwnerId: Output<Int>? = null, zoneMappings: Output<List<TransitRouterVpcAttachmentZoneMappingArgs>>? = null)