Vpc Attachment Args
data class VpcAttachmentArgs(val coreNetworkId: Output<String>? = null, val options: Output<VpcAttachmentVpcOptionsArgs>? = null, val proposedSegmentChange: Output<VpcAttachmentProposedSegmentChangeArgs>? = null, val subnetArns: Output<List<String>>? = null, val tags: Output<List<VpcAttachmentTagArgs>>? = null, val vpcArn: Output<String>? = null) : ConvertibleToJava<VpcAttachmentArgs>
AWS::NetworkManager::VpcAttachment Resoruce Type
Constructors
Link copied to clipboard
fun VpcAttachmentArgs(coreNetworkId: Output<String>? = null, options: Output<VpcAttachmentVpcOptionsArgs>? = null, proposedSegmentChange: Output<VpcAttachmentProposedSegmentChangeArgs>? = null, subnetArns: Output<List<String>>? = null, tags: Output<List<VpcAttachmentTagArgs>>? = null, vpcArn: Output<String>? = null)