Show / Hide Table of Contents

Class ResourceDataSyncS3DestinationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ResourceDataSyncS3DestinationArgs
Inherited Members
ResourceArgs.Empty
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 Source

ResourceDataSyncS3DestinationArgs()

Declaration
public ResourceDataSyncS3DestinationArgs()

Properties

View Source

BucketName

Name of S3 bucket where the aggregated data is stored.

Declaration
public Input<string> BucketName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Prefix

Prefix for the bucket.

Declaration
public Input<string> Prefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.