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

AssociatedRole

import type { AssociatedRole } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Information about the associated IAM roles.

interface AssociatedRole {
AssociatedRoleArn?: string | null;
CertificateS3BucketName?: string | null;
CertificateS3ObjectKey?: string | null;
EncryptionKmsKeyId?: string | null;
}

§Properties

§
AssociatedRoleArn?: string | null
[src]

The ARN of the associated IAM role.

§
CertificateS3BucketName?: string | null
[src]

The name of the Amazon S3 bucket in which the Amazon S3 object is stored.

§
CertificateS3ObjectKey?: string | null
[src]

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

§
EncryptionKmsKeyId?: string | null
[src]

The ID of the KMS customer master key (CMK) used to encrypt the private key.