ServiceIntegrationKmsServerSideEncryption class

Constructors

ServiceIntegrationKmsServerSideEncryption({Input<String?>? kmsKeyId, Input<String?>? optInStatus, Input<String?>? type})
Creates a new ServiceIntegrationKmsServerSideEncryption. kmsKeyId KMS key ID. This value can be a key ID, key ARN, alias name, or alias ARN. optInStatus Specifies whether KMS integration is enabled. Valid values are DISABLED and ENABLED. type Type of KMS key used. Valid values are CUSTOMER_MANAGED_KEY and AWS_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 DISABLED and ENABLED.
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_KEY and AWS_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