AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
TransitGatewayAttachmentResourceType
Transit
Gateway
Attachment
Resource
Type
sealed
class
TransitGatewayAttachmentResourceType
Inheritors
ClientVpn
Connect
DirectConnectGateway
NetworkFunction
Peering
TgwPeering
Vpc
Vpn
VpnConcentrator
SdkUnknown
Members
Types
Client
Vpn
Link copied to clipboard
object
ClientVpn
:
TransitGatewayAttachmentResourceType
Companion
Link copied to clipboard
object
Companion
Connect
Link copied to clipboard
object
Connect
:
TransitGatewayAttachmentResourceType
Direct
Connect
Gateway
Link copied to clipboard
object
DirectConnectGateway
:
TransitGatewayAttachmentResourceType
Network
Function
Link copied to clipboard
object
NetworkFunction
:
TransitGatewayAttachmentResourceType
Peering
Link copied to clipboard
object
Peering
:
TransitGatewayAttachmentResourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TransitGatewayAttachmentResourceType
Tgw
Peering
Link copied to clipboard
object
TgwPeering
:
TransitGatewayAttachmentResourceType
Vpc
Link copied to clipboard
object
Vpc
:
TransitGatewayAttachmentResourceType
Vpn
Link copied to clipboard
object
Vpn
:
TransitGatewayAttachmentResourceType
Vpn
Concentrator
Link copied to clipboard
object
VpnConcentrator
:
TransitGatewayAttachmentResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String