Class S3LocationState
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.DataSync
Assembly: Pulumi.Aws.dll
Syntax
public sealed class S3LocationState : ResourceArgs
Constructors
View SourceS3LocationState()
Declaration
public S3LocationState()
Properties
View SourceArn
Amazon Resource Name (ARN) of the DataSync Location.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
S3BucketArn
Amazon Resource Name (ARN) of the S3 Bucket.
Declaration
public Input<string> S3BucketArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
S3Config
Configuration block containing information for connecting to S3.
Declaration
public Input<S3LocationS3ConfigGetArgs> S3Config { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<S3LocationS3ConfigGetArgs> |
Subdirectory
Prefix to perform actions as source or destination.
Declaration
public Input<string> Subdirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value pairs of resource tags to assign to the DataSync Location.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Uri
Declaration
public Input<string> Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |