Show / Hide Table of Contents

Interface IS3DownloadOptions

Options when downloading files from S3.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface IS3DownloadOptions
Syntax (vb)
Public Interface IS3DownloadOptions

Synopsis

Properties

Bucket

Name of the S3 bucket to download from.

BucketKey

The key of the file to download.

LocalFile

The name of the local file.

Properties

Bucket

Name of the S3 bucket to download from.

IBucket Bucket { get; }
Property Value

IBucket

BucketKey

The key of the file to download.

string BucketKey { get; }
Property Value

System.String

LocalFile

The name of the local file.

virtual string LocalFile { get; }
Property Value

System.String

Remarks

Default: Linux - /tmp/bucketKey Windows - %TEMP%/bucketKey

Back to top Generated by DocFX