AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
VpcEncryptionControl
Vpc
Encryption
Control
class
VpcEncryptionControl
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
mode
Link copied to clipboard
val
mode
:
VpcEncryptionControlMode
?
resource
Exclusions
Link copied to clipboard
val
resourceExclusions
:
VpcEncryptionControlExclusions
?
state
Link copied to clipboard
val
state
:
VpcEncryptionControlState
?
state
Message
Link copied to clipboard
val
stateMessage
:
String
?
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
vpc
Encryption
Control
Id
Link copied to clipboard
val
vpcEncryptionControlId
:
String
?
vpc
Id
Link copied to clipboard
val
vpcId
:
String
?
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
VpcEncryptionControl.Builder
.
(
)
->
Unit
=
{}
)
:
VpcEncryptionControl
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String