Show / Hide Table of Contents

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 Source

BucketName

Name of S3 bucket where the aggregated data is stored.

Declaration
public readonly string BucketName
Field Value
Type Description
System.String
View Source

KmsKeyArn

ARN of an encryption key for a destination in Amazon S3.

Declaration
public readonly string KmsKeyArn
Field Value
Type Description
System.String
View Source

Prefix

Prefix for the bucket.

Declaration
public readonly string Prefix
Field Value
Type Description
System.String
View Source

Region

Region with the bucket targeted by the Resource Data Sync.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

SyncFormat

A supported sync format. Only JsonSerDe is currently supported. Defaults to JsonSerDe.

Declaration
public readonly string SyncFormat
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.