AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
fms
/
aws.sdk.kotlin.services.fms.model
/
SecurityServiceType
Security
Service
Type
sealed
class
SecurityServiceType
Inheritors
DnsFirewall
ImportNetworkFirewall
NetworkAclCommon
NetworkFirewall
SecurityGroupsCommon
SecurityGroupsContentAudit
SecurityGroupsUsageAudit
ShieldAdvanced
ThirdPartyFirewall
Waf
Wafv2
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Dns
Firewall
Link copied to clipboard
object
DnsFirewall
:
SecurityServiceType
Import
Network
Firewall
Link copied to clipboard
object
ImportNetworkFirewall
:
SecurityServiceType
Network
Acl
Common
Link copied to clipboard
object
NetworkAclCommon
:
SecurityServiceType
Network
Firewall
Link copied to clipboard
object
NetworkFirewall
:
SecurityServiceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SecurityServiceType
Security
Groups
Common
Link copied to clipboard
object
SecurityGroupsCommon
:
SecurityServiceType
Security
Groups
Content
Audit
Link copied to clipboard
object
SecurityGroupsContentAudit
:
SecurityServiceType
Security
Groups
Usage
Audit
Link copied to clipboard
object
SecurityGroupsUsageAudit
:
SecurityServiceType
Shield
Advanced
Link copied to clipboard
object
ShieldAdvanced
:
SecurityServiceType
Third
Party
Firewall
Link copied to clipboard
object
ThirdPartyFirewall
:
SecurityServiceType
Waf
Link copied to clipboard
object
Waf
:
SecurityServiceType
Wafv2
Link copied to clipboard
object
Wafv2
:
SecurityServiceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String