AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
resiliencehub
/
aws.sdk.kotlin.services.resiliencehub.model
/
ResourceImportStrategyType
Resource
Import
Strategy
Type
sealed
class
ResourceImportStrategyType
Inheritors
AddOnly
ReplaceAll
SdkUnknown
Members
Types
Add
Only
Link copied to clipboard
object
AddOnly
:
ResourceImportStrategyType
Companion
Link copied to clipboard
object
Companion
Replace
All
Link copied to clipboard
object
ReplaceAll
:
ResourceImportStrategyType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceImportStrategyType
Properties
value
Link copied to clipboard
abstract
val
value
:
String