Show / Hide Table of Contents

Interface CfnWorkflow.IS3TagProperty

Specifies the key-value pair that are assigned to a file during the execution of a Tagging step.

Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWorkflow.IS3TagProperty
Syntax (vb)
Public Interface CfnWorkflow.IS3TagProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3tag.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.AWS.Transfer;

             var s3TagProperty = new S3TagProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Properties

Key

The name assigned to the tag that you create.

Value

The value that corresponds to the key.

Properties

Key

The name assigned to the tag that you create.

string Key { get; }
Property Value

string

Remarks

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

Value

The value that corresponds to the key.

string Value { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX