Class ResourceDataSyncS3DestinationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResourceDataSyncS3DestinationArgs : ResourceArgs
Constructors
View SourceResourceDataSyncS3DestinationArgs()
Declaration
public ResourceDataSyncS3DestinationArgs()
Properties
View SourceBucketName
Name of S3 bucket where the aggregated data is stored.
Declaration
public Input<string> BucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KmsKeyArn
ARN of an encryption key for a destination in Amazon S3.
Declaration
public Input<string> KmsKeyArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Prefix
Prefix for the bucket.
Declaration
public Input<string> Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
Region with the bucket targeted by the Resource Data Sync.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SyncFormat
A supported sync format. Only JsonSerDe is currently supported. Defaults to JsonSerDe.
Declaration
public Input<string> SyncFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |