Configuration
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.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- dynamodbStream
 - 
               
The access control configuration is for a DynamoDB stream.
Type: DynamodbStreamConfiguration object
Required: No
 - dynamodbTable
 - 
               
The access control configuration is for a DynamoDB table or index.
Type: DynamodbTableConfiguration object
Required: No
 - ebsSnapshot
 - 
               
The access control configuration is for an Amazon EBS volume snapshot.
Type: EbsSnapshotConfiguration object
Required: No
 - ecrRepository
 - 
               
The access control configuration is for an Amazon ECR repository.
Type: EcrRepositoryConfiguration object
Required: No
 - efsFileSystem
 - 
               
The access control configuration is for an Amazon EFS file system.
Type: EfsFileSystemConfiguration object
Required: No
 - iamRole
 - 
               
The access control configuration is for an IAM role.
Type: IamRoleConfiguration object
Required: No
 - kmsKey
 - 
               
The access control configuration is for a KMS key.
Type: KmsKeyConfiguration object
Required: No
 - rdsDbClusterSnapshot
 - 
               
The access control configuration is for an Amazon RDS DB cluster snapshot.
Type: RdsDbClusterSnapshotConfiguration object
Required: No
 - rdsDbSnapshot
 - 
               
The access control configuration is for an Amazon RDS DB snapshot.
Type: RdsDbSnapshotConfiguration object
Required: No
 - s3Bucket
 - 
               
The access control configuration is for an Amazon S3 bucket.
Type: S3BucketConfiguration object
Required: No
 - s3ExpressDirectoryBucket
 - 
               
The access control configuration is for an Amazon S3 directory bucket.
Type: S3ExpressDirectoryBucketConfiguration object
Required: No
 - secretsManagerSecret
 - 
               
The access control configuration is for a Secrets Manager secret.
Type: SecretsManagerSecretConfiguration object
Required: No
 - snsTopic
 - 
               
The access control configuration is for an Amazon SNS topic
Type: SnsTopicConfiguration object
Required: No
 - sqsQueue
 - 
               
The access control configuration is for an Amazon SQS queue.
Type: SqsQueueConfiguration object
Required: No
 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: