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

Configuration

import type { Configuration } from "https://aws-api.deno.dev/v0.4/services/accessanalyzer.ts?docs=full";

Access control configuration structures for your resource. You specify the configuration as a type-value pair. You can specify only one type of access control configuration.

interface Configuration {
ebsSnapshot?: EbsSnapshotConfiguration | null;
ecrRepository?: EcrRepositoryConfiguration | null;
efsFileSystem?: EfsFileSystemConfiguration | null;
iamRole?: IamRoleConfiguration | null;
kmsKey?: KmsKeyConfiguration | null;
rdsDbClusterSnapshot?: RdsDbClusterSnapshotConfiguration | null;
rdsDbSnapshot?: RdsDbSnapshotConfiguration | null;
s3Bucket?: S3BucketConfiguration | null;
secretsManagerSecret?: SecretsManagerSecretConfiguration | null;
snsTopic?: SnsTopicConfiguration | null;
sqsQueue?: SqsQueueConfiguration | null;
}

§Properties

§
ebsSnapshot?: EbsSnapshotConfiguration | null
[src]

The access control configuration is for an Amazon EBS volume snapshot.

§
ecrRepository?: EcrRepositoryConfiguration | null
[src]

The access control configuration is for an Amazon ECR repository.

§
efsFileSystem?: EfsFileSystemConfiguration | null
[src]

The access control configuration is for an Amazon EFS file system.

§
iamRole?: IamRoleConfiguration | null
[src]

The access control configuration is for an IAM role.

§
kmsKey?: KmsKeyConfiguration | null
[src]

The access control configuration is for a KMS key.

§
rdsDbClusterSnapshot?: RdsDbClusterSnapshotConfiguration | null
[src]

The access control configuration is for an Amazon RDS DB cluster snapshot.

§
rdsDbSnapshot?: RdsDbSnapshotConfiguration | null
[src]

The access control configuration is for an Amazon RDS DB snapshot.

§
s3Bucket?: S3BucketConfiguration | null
[src]

The access control configuration is for an Amazon S3 Bucket.

§
secretsManagerSecret?: SecretsManagerSecretConfiguration | null
[src]

The access control configuration is for a Secrets Manager secret.

§
snsTopic?: SnsTopicConfiguration | null
[src]

The access control configuration is for an Amazon SNS topic

§
sqsQueue?: SqsQueueConfiguration | null
[src]

The access control configuration is for an Amazon SQS queue.