AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
wafv2
/
aws.sdk.kotlin.services.wafv2.model
/
AssociatedResourceType
Associated
Resource
Type
sealed
class
AssociatedResourceType
Inheritors
ApiGateway
AppRunnerService
Cloudfront
CognitoUserPool
VerifiedAccessInstance
SdkUnknown
Members
Types
Api
Gateway
Link copied to clipboard
object
ApiGateway
:
AssociatedResourceType
App
Runner
Service
Link copied to clipboard
object
AppRunnerService
:
AssociatedResourceType
Cloudfront
Link copied to clipboard
object
Cloudfront
:
AssociatedResourceType
Cognito
User
Pool
Link copied to clipboard
object
CognitoUserPool
:
AssociatedResourceType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AssociatedResourceType
Verified
Access
Instance
Link copied to clipboard
object
VerifiedAccessInstance
:
AssociatedResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String