Show / Hide Table of Contents

Interface CfnWorkflowPropsMixin.IS3InputFileLocationProperty

Specifies the details for the Amazon S3 location for an input file to a workflow.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Transfer
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnWorkflowPropsMixin.IS3InputFileLocationProperty
Syntax (vb)
Public Interface CfnWorkflowPropsMixin.IS3InputFileLocationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3inputfilelocation.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Transfer;

             var s3InputFileLocationProperty = new S3InputFileLocationProperty {
                 Bucket = "bucket",
                 Key = "key"
             };

Synopsis

Properties

Bucket

Specifies the S3 bucket for the customer input file.

Key

The name assigned to the file when it was created in Amazon S3.

Properties

Bucket

Specifies the S3 bucket for the customer input file.

string? Bucket { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3inputfilelocation.html#cfn-transfer-workflow-s3inputfilelocation-bucket

Key

The name assigned to the file when it was created in Amazon S3.

string? Key { get; }
Property Value

string

Remarks

You use the object key to retrieve the object.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3inputfilelocation.html#cfn-transfer-workflow-s3inputfilelocation-key

Back to top Generated by DocFX