AWS SDK Version 4 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.

Contains the current state of the annotation table associated with a bucket's Amazon S3 Metadata configuration, including its provisioning status and identifiers.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.AnnotationTableConfigurationResult

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

Syntax

C#
public class AnnotationTableConfigurationResult

The AnnotationTableConfigurationResult type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConfigurationState Amazon.S3.AnnotationConfigurationState

Gets and sets the property ConfigurationState.

The current configuration state of the annotation table.

Public Property Error Amazon.S3.Model.ErrorDetails

Gets and sets the property Error.

Public Property Role System.String

Gets and sets the property Role.

The ARN of the IAM role associated with the annotation table.

Public Property TableArn System.String

Gets and sets the property TableArn.

The ARN of the annotation table.

Public Property TableName System.String

Gets and sets the property TableName.

The name of the annotation table.

Public Property TableStatus System.String

Gets and sets the property TableStatus.

The provisioning status of the annotation table. Possible values: CREATING, BACKFILLING, ACTIVE, FAILED.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer