toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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