GetEnclaveCertificateIamRoleAssociationResult

data class GetEnclaveCertificateIamRoleAssociationResult(val certificateS3BucketName: String? = null, val certificateS3ObjectKey: String? = null, val encryptionKmsKeyId: String? = null)

Constructors

constructor(certificateS3BucketName: String? = null, certificateS3ObjectKey: String? = null, encryptionKmsKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Amazon S3 bucket to which the certificate was uploaded.

Link copied to clipboard

The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored.

Link copied to clipboard

The ID of the AWS KMS CMK used to encrypt the private key of the certificate.