AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
ResourceType
Resource
Type
sealed
class
ResourceType
Inheritors
AccountSettings
CaCertificate
ClientId
CognitoIdentityPool
DeviceCertificate
IamRole
IotPolicy
IssuerCertificate
RoleAlias
SdkUnknown
Members
Types
Account
Settings
Link copied to clipboard
object
AccountSettings
:
ResourceType
Ca
Certificate
Link copied to clipboard
object
CaCertificate
:
ResourceType
Client
Id
Link copied to clipboard
object
ClientId
:
ResourceType
Cognito
Identity
Pool
Link copied to clipboard
object
CognitoIdentityPool
:
ResourceType
Companion
Link copied to clipboard
object
Companion
Device
Certificate
Link copied to clipboard
object
DeviceCertificate
:
ResourceType
Iam
Role
Link copied to clipboard
object
IamRole
:
ResourceType
Iot
Policy
Link copied to clipboard
object
IotPolicy
:
ResourceType
Issuer
Certificate
Link copied to clipboard
object
IssuerCertificate
:
ResourceType
Role
Alias
Link copied to clipboard
object
RoleAlias
:
ResourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String