EnclaveCertificateIamRoleAssociation

class EnclaveCertificateIamRoleAssociation : KotlinCustomResource

Associates an AWS Identity and Access Management (IAM) role with an AWS Certificate Manager (ACM) certificate. This association is based on Amazon Resource Names and it enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val certificateArn: Output<String>

The Amazon Resource Name (ARN) of the ACM certificate with which to associate the IAM role.

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.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

The Amazon Resource Name (ARN) of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.

Link copied to clipboard
val urn: Output<String>