Class VerifiedAccessSseSpecificationRequest

java.lang.Object
software.amazon.awssdk.services.ec2.model.VerifiedAccessSseSpecificationRequest
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<VerifiedAccessSseSpecificationRequest.Builder,VerifiedAccessSseSpecificationRequest>

@Generated("software.amazon.awssdk:codegen") public final class VerifiedAccessSseSpecificationRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VerifiedAccessSseSpecificationRequest.Builder,VerifiedAccessSseSpecificationRequest>

Verified Access provides server side encryption by default to data at rest using Amazon Web Services-owned KMS keys. You also have the option of using customer managed KMS keys, which can be specified using the options below.

See Also: