AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
shield
/
aws.sdk.kotlin.services.shield.model
/
ProtectedResourceType
Protected
Resource
Type
sealed
class
ProtectedResourceType
Inheritors
ApplicationLoadBalancer
ClassicLoadBalancer
CloudfrontDistribution
ElasticIpAllocation
GlobalAccelerator
Route53HostedZone
SdkUnknown
Members
Types
Application
Load
Balancer
Link copied to clipboard
object
ApplicationLoadBalancer
:
ProtectedResourceType
Classic
Load
Balancer
Link copied to clipboard
object
ClassicLoadBalancer
:
ProtectedResourceType
Cloudfront
Distribution
Link copied to clipboard
object
CloudfrontDistribution
:
ProtectedResourceType
Companion
Link copied to clipboard
object
Companion
Elastic
Ip
Allocation
Link copied to clipboard
object
ElasticIpAllocation
:
ProtectedResourceType
Global
Accelerator
Link copied to clipboard
object
GlobalAccelerator
:
ProtectedResourceType
Route53Hosted
Zone
Link copied to clipboard
object
Route53HostedZone
:
ProtectedResourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProtectedResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String