ServiceIntegrationKmsServerSideEncryption class
Constructors
-
ServiceIntegrationKmsServerSideEncryption({Input<
String?> ? kmsKeyId, Input<String?> ? optInStatus, Input<String?> ? type}) -
Creates a new ServiceIntegrationKmsServerSideEncryption.
kmsKeyIdKMS key ID. This value can be a key ID, key ARN, alias name, or alias ARN.optInStatusSpecifies whether KMS integration is enabled. Valid values areDISABLEDandENABLED.typeType of KMS key used. Valid values areCUSTOMER_MANAGED_KEYandAWS_OWNED_KMS_KEY.const -
ServiceIntegrationKmsServerSideEncryption.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
kmsKeyId
→ Input<
String?> ? -
KMS key ID. This value can be a key ID, key ARN, alias name, or alias ARN.
final
-
optInStatus
→ Input<
String?> ? -
Specifies whether KMS integration is enabled. Valid values are
DISABLEDandENABLED.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<
String?> ? -
Type of KMS key used. Valid values are
CUSTOMER_MANAGED_KEYandAWS_OWNED_KMS_KEY.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited