Package-level declarations

Types

Link copied to clipboard
data class ConnectAttachmentOptionsArgs(val protocol: Output<String>? = null) : ConvertibleToJava<ConnectAttachmentOptionsArgs>

Connect attachment options for protocol

data class ConnectAttachmentProposedNetworkFunctionGroupChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val networkFunctionGroupName: Output<String>? = null, val tags: Output<List<ConnectAttachmentTagArgs>>? = null) : ConvertibleToJava<ConnectAttachmentProposedNetworkFunctionGroupChangeArgs>

The attachment to move from one network function group to another.

data class ConnectAttachmentProposedSegmentChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val segmentName: Output<String>? = null, val tags: Output<List<ConnectAttachmentTagArgs>>? = null) : ConvertibleToJava<ConnectAttachmentProposedSegmentChangeArgs>

The attachment to move from one segment to another.

Link copied to clipboard
data class ConnectAttachmentTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<ConnectAttachmentTagArgs>

A key-value pair to associate with a resource.

Link copied to clipboard
data class ConnectPeerBgpOptionsArgs(val peerAsn: Output<Double>? = null) : ConvertibleToJava<ConnectPeerBgpOptionsArgs>

Bgp options

Link copied to clipboard
data class DeviceAwsLocationArgs(val subnetArn: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<DeviceAwsLocationArgs>

The Amazon Web Services location of the device, if applicable.

Link copied to clipboard
data class DeviceLocationArgs(val address: Output<String>? = null, val latitude: Output<String>? = null, val longitude: Output<String>? = null) : ConvertibleToJava<DeviceLocationArgs>

The site location.

Link copied to clipboard
data class DirectConnectGatewayAttachmentProposedNetworkFunctionGroupChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val networkFunctionGroupName: Output<String>? = null, val tags: Output<List<DirectConnectGatewayAttachmentTagArgs>>? = null) : ConvertibleToJava<DirectConnectGatewayAttachmentProposedNetworkFunctionGroupChangeArgs>

The attachment to move from one network function group to another.

data class DirectConnectGatewayAttachmentProposedSegmentChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val segmentName: Output<String>? = null, val tags: Output<List<DirectConnectGatewayAttachmentTagArgs>>? = null) : ConvertibleToJava<DirectConnectGatewayAttachmentProposedSegmentChangeArgs>

The attachment to move from one segment to another.

Link copied to clipboard
data class DirectConnectGatewayAttachmentTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<DirectConnectGatewayAttachmentTagArgs>

A key-value pair to associate with a resource.

Link copied to clipboard
data class GetConnectAttachmentPlainArgs(val attachmentId: String) : ConvertibleToJava<GetConnectAttachmentPlainArgs>
Link copied to clipboard
data class GetConnectPeerPlainArgs(val connectPeerId: String) : ConvertibleToJava<GetConnectPeerPlainArgs>
Link copied to clipboard
data class GetCoreNetworkPlainArgs(val coreNetworkId: String) : ConvertibleToJava<GetCoreNetworkPlainArgs>
Link copied to clipboard
data class GetDevicePlainArgs(val deviceId: String, val globalNetworkId: String) : ConvertibleToJava<GetDevicePlainArgs>
Link copied to clipboard
data class GetDirectConnectGatewayAttachmentPlainArgs(val attachmentId: String) : ConvertibleToJava<GetDirectConnectGatewayAttachmentPlainArgs>
Link copied to clipboard
data class GetGlobalNetworkPlainArgs(val id: String) : ConvertibleToJava<GetGlobalNetworkPlainArgs>
Link copied to clipboard
data class GetLinkPlainArgs(val globalNetworkId: String, val linkId: String) : ConvertibleToJava<GetLinkPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetSitePlainArgs(val globalNetworkId: String, val siteId: String) : ConvertibleToJava<GetSitePlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetSiteToSiteVpnAttachmentPlainArgs(val attachmentId: String) : ConvertibleToJava<GetSiteToSiteVpnAttachmentPlainArgs>
Link copied to clipboard
data class GetTransitGatewayPeeringPlainArgs(val peeringId: String) : ConvertibleToJava<GetTransitGatewayPeeringPlainArgs>
data class GetTransitGatewayRouteTableAttachmentPlainArgs(val attachmentId: String) : ConvertibleToJava<GetTransitGatewayRouteTableAttachmentPlainArgs>
Link copied to clipboard
data class GetVpcAttachmentPlainArgs(val attachmentId: String) : ConvertibleToJava<GetVpcAttachmentPlainArgs>
Link copied to clipboard
data class LinkBandwidthArgs(val downloadSpeed: Output<Int>? = null, val uploadSpeed: Output<Int>? = null) : ConvertibleToJava<LinkBandwidthArgs>

The bandwidth for the link.

Link copied to clipboard
Link copied to clipboard
data class SiteLocationArgs(val address: Output<String>? = null, val latitude: Output<String>? = null, val longitude: Output<String>? = null) : ConvertibleToJava<SiteLocationArgs>

The location of the site

Link copied to clipboard
data class SiteToSiteVpnAttachmentProposedNetworkFunctionGroupChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val networkFunctionGroupName: Output<String>? = null, val tags: Output<List<SiteToSiteVpnAttachmentTagArgs>>? = null) : ConvertibleToJava<SiteToSiteVpnAttachmentProposedNetworkFunctionGroupChangeArgs>

The attachment to move from one network function group to another.

data class SiteToSiteVpnAttachmentProposedSegmentChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val segmentName: Output<String>? = null, val tags: Output<List<SiteToSiteVpnAttachmentTagArgs>>? = null) : ConvertibleToJava<SiteToSiteVpnAttachmentProposedSegmentChangeArgs>

The attachment to move from one segment to another.

Link copied to clipboard
data class SiteToSiteVpnAttachmentTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<SiteToSiteVpnAttachmentTagArgs>

A key-value pair to associate with a resource.

data class TransitGatewayRouteTableAttachmentProposedNetworkFunctionGroupChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val networkFunctionGroupName: Output<String>? = null, val tags: Output<List<TransitGatewayRouteTableAttachmentTagArgs>>? = null) : ConvertibleToJava<TransitGatewayRouteTableAttachmentProposedNetworkFunctionGroupChangeArgs>

The attachment to move from one network function group to another.

data class TransitGatewayRouteTableAttachmentProposedSegmentChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val segmentName: Output<String>? = null, val tags: Output<List<TransitGatewayRouteTableAttachmentTagArgs>>? = null) : ConvertibleToJava<TransitGatewayRouteTableAttachmentProposedSegmentChangeArgs>

The attachment to move from one segment to another.

data class TransitGatewayRouteTableAttachmentTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<TransitGatewayRouteTableAttachmentTagArgs>

A key-value pair to associate with a resource.

data class VpcAttachmentProposedNetworkFunctionGroupChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val networkFunctionGroupName: Output<String>? = null, val tags: Output<List<VpcAttachmentTagArgs>>? = null) : ConvertibleToJava<VpcAttachmentProposedNetworkFunctionGroupChangeArgs>

The attachment to move from one network function group to another.

Link copied to clipboard
data class VpcAttachmentProposedSegmentChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val segmentName: Output<String>? = null, val tags: Output<List<VpcAttachmentTagArgs>>? = null) : ConvertibleToJava<VpcAttachmentProposedSegmentChangeArgs>

The attachment to move from one segment to another.

Link copied to clipboard
data class VpcAttachmentTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<VpcAttachmentTagArgs>

A key-value pair to associate with a resource.

Link copied to clipboard
data class VpcAttachmentVpcOptionsArgs(val applianceModeSupport: Output<Boolean>? = null, val ipv6Support: Output<Boolean>? = null) : ConvertibleToJava<VpcAttachmentVpcOptionsArgs>

Vpc options of the attachment.