Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociateEnclaveCertificateIamRoleResult

import type { AssociateEnclaveCertificateIamRoleResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface AssociateEnclaveCertificateIamRoleResult {
CertificateS3BucketName?: string | null;
CertificateS3ObjectKey?: string | null;
EncryptionKmsKeyId?: string | null;
}

§Properties

§
CertificateS3BucketName?: string | null
[src]

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

§
CertificateS3ObjectKey?: string | null
[src]

The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: role_arn/certificate_arn.

§
EncryptionKmsKeyId?: string | null
[src]

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