InterconnectAttachmentArgs

fun InterconnectAttachmentArgs(adminEnabled: Output<Boolean>? = null, bandwidth: Output<InterconnectAttachmentBandwidth>? = null, candidateIpv6Subnets: Output<List<String>>? = null, candidateSubnets: Output<List<String>>? = null, cloudRouterIpv6InterfaceId: Output<String>? = null, customerRouterIpv6InterfaceId: Output<String>? = null, description: Output<String>? = null, edgeAvailabilityDomain: Output<InterconnectAttachmentEdgeAvailabilityDomain>? = null, encryption: Output<InterconnectAttachmentEncryption>? = null, interconnect: Output<String>? = null, ipsecInternalAddresses: Output<List<String>>? = null, labels: Output<Map<String, String>>? = null, mtu: Output<Int>? = null, name: Output<String>? = null, pairingKey: Output<String>? = null, partnerAsn: Output<String>? = null, partnerMetadata: Output<InterconnectAttachmentPartnerMetadataArgs>? = null, project: Output<String>? = null, region: Output<String>? = null, requestId: Output<String>? = null, router: Output<String>? = null, stackType: Output<InterconnectAttachmentStackType>? = null, subnetLength: Output<Int>? = null, type: Output<InterconnectAttachmentType>? = null, vlanTag8021q: Output<Int>? = null)