Class ResourceDataSyncS3Destination
Inheritance
System.Object
ResourceDataSyncS3Destination
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ssm.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResourceDataSyncS3Destination
Fields
View SourceBucketName
Name of S3 bucket where the aggregated data is stored.
Declaration
public readonly string BucketName
Field Value
| Type | Description |
|---|---|
| System.String |
KmsKeyArn
ARN of an encryption key for a destination in Amazon S3.
Declaration
public readonly string KmsKeyArn
Field Value
| Type | Description |
|---|---|
| System.String |
Prefix
Prefix for the bucket.
Declaration
public readonly string Prefix
Field Value
| Type | Description |
|---|---|
| System.String |
Region
Region with the bucket targeted by the Resource Data Sync.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
SyncFormat
A supported sync format. Only JsonSerDe is currently supported. Defaults to JsonSerDe.
Declaration
public readonly string SyncFormat
Field Value
| Type | Description |
|---|---|
| System.String |