AWS SDK for Kotlin
Toggle table of contents
1.5.0
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
Connect
DirectConnectGateway
Peering
TgwPeering
Vpc
Vpn
SdkUnknown
Members
Types
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
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
Properties
value
Link copied to clipboard
abstract
val
value
:
String