AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
fms
/
aws.sdk.kotlin.services.fms.model
/
TargetType
Target
Type
sealed
class
TargetType
Inheritors
CarrierGateway
EgressOnlyInternetGateway
Gateway
Instance
LocalGateway
NatGateway
NetworkInterface
TransitGateway
VpcEndpoint
VpcPeeringConnection
SdkUnknown
Members
Types
Carrier
Gateway
Link copied to clipboard
object
CarrierGateway
:
TargetType
Companion
Link copied to clipboard
object
Companion
Egress
Only
Internet
Gateway
Link copied to clipboard
object
EgressOnlyInternetGateway
:
TargetType
Gateway
Link copied to clipboard
object
Gateway
:
TargetType
Instance
Link copied to clipboard
object
Instance
:
TargetType
Local
Gateway
Link copied to clipboard
object
LocalGateway
:
TargetType
Nat
Gateway
Link copied to clipboard
object
NatGateway
:
TargetType
Network
Interface
Link copied to clipboard
object
NetworkInterface
:
TargetType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TargetType
Transit
Gateway
Link copied to clipboard
object
TransitGateway
:
TargetType
Vpc
Endpoint
Link copied to clipboard
object
VpcEndpoint
:
TargetType
Vpc
Peering
Connection
Link copied to clipboard
object
VpcPeeringConnection
:
TargetType
Properties
value
Link copied to clipboard
abstract
val
value
:
String