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.

Information about the target S3 bucket for the resource data sync.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.ResourceDataSyncS3Destination

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

Syntax

C#
public class ResourceDataSyncS3Destination

The ResourceDataSyncS3Destination type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AWSKMSKeyARN System.String

Gets and sets the property AWSKMSKeyARN.

The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.

Public Property BucketName System.String

Gets and sets the property BucketName.

The name of the S3 bucket where the aggregated data is stored.

Public Property DestinationDataSharing Amazon.SimpleSystemsManagement.Model.ResourceDataSyncDestinationDataSharing

Gets and sets the property DestinationDataSharing.

Enables destination data sharing. By default, this field is null.

Public Property Prefix System.String

Gets and sets the property Prefix.

An Amazon S3 prefix for the bucket.

Public Property Region System.String

Gets and sets the property Region.

The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.

Public Property SyncFormat Amazon.SimpleSystemsManagement.ResourceDataSyncS3Format

Gets and sets the property SyncFormat.

A supported sync format. The following format is currently supported: JsonSerDe

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