AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.Configuration

Namespace: Amazon.AccessAnalyzer.Model
Assembly: AWSSDK.AccessAnalyzer.dll
Version: 3.x.y.z

Syntax

C#
public class Configuration

The Configuration type exposes the following members

Constructors

NameDescription
Public Method Configuration()

Properties

NameTypeDescription
Public Property DynamodbStream Amazon.AccessAnalyzer.Model.DynamodbStreamConfiguration

Gets and sets the property DynamodbStream.

The access control configuration is for a DynamoDB stream.

Public Property DynamodbTable Amazon.AccessAnalyzer.Model.DynamodbTableConfiguration

Gets and sets the property DynamodbTable.

The access control configuration is for a DynamoDB table or index.

Public Property EbsSnapshot Amazon.AccessAnalyzer.Model.EbsSnapshotConfiguration

Gets and sets the property EbsSnapshot.

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

Public Property EcrRepository Amazon.AccessAnalyzer.Model.EcrRepositoryConfiguration

Gets and sets the property EcrRepository.

The access control configuration is for an Amazon ECR repository.

Public Property EfsFileSystem Amazon.AccessAnalyzer.Model.EfsFileSystemConfiguration

Gets and sets the property EfsFileSystem.

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

Public Property IamRole Amazon.AccessAnalyzer.Model.IamRoleConfiguration

Gets and sets the property IamRole.

The access control configuration is for an IAM role.

Public Property KmsKey Amazon.AccessAnalyzer.Model.KmsKeyConfiguration

Gets and sets the property KmsKey.

The access control configuration is for a KMS key.

Public Property RdsDbClusterSnapshot Amazon.AccessAnalyzer.Model.RdsDbClusterSnapshotConfiguration

Gets and sets the property RdsDbClusterSnapshot.

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

Public Property RdsDbSnapshot Amazon.AccessAnalyzer.Model.RdsDbSnapshotConfiguration

Gets and sets the property RdsDbSnapshot.

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

Public Property S3Bucket Amazon.AccessAnalyzer.Model.S3BucketConfiguration

Gets and sets the property S3Bucket.

The access control configuration is for an Amazon S3 bucket.

Public Property S3ExpressDirectoryBucket Amazon.AccessAnalyzer.Model.S3ExpressDirectoryBucketConfiguration

Gets and sets the property S3ExpressDirectoryBucket.

The access control configuration is for an Amazon S3 directory bucket.

Public Property SecretsManagerSecret Amazon.AccessAnalyzer.Model.SecretsManagerSecretConfiguration

Gets and sets the property SecretsManagerSecret.

The access control configuration is for a Secrets Manager secret.

Public Property SnsTopic Amazon.AccessAnalyzer.Model.SnsTopicConfiguration

Gets and sets the property SnsTopic.

The access control configuration is for an Amazon SNS topic

Public Property SqsQueue Amazon.AccessAnalyzer.Model.SqsQueueConfiguration

Gets and sets the property SqsQueue.

The access control configuration is for an Amazon SQS queue.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5