aws-cdk-lib.aws_transfer.CfnWorkflow.S3TagProperty

interface S3TagProperty

LanguageType name
.NETAmazon.CDK.AWS.Transfer.CfnWorkflow.S3TagProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awstransfer#CfnWorkflow_S3TagProperty
Javasoftware.amazon.awscdk.services.transfer.CfnWorkflow.S3TagProperty
Pythonaws_cdk.aws_transfer.CfnWorkflow.S3TagProperty
TypeScript aws-cdk-lib » aws_transfer » CfnWorkflow » S3TagProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transfer as transfer } from 'aws-cdk-lib';
const s3TagProperty: transfer.CfnWorkflow.S3TagProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringThe name assigned to the tag that you create.
valuestringThe value that corresponds to the key.

key

Type: string

The name assigned to the tag that you create.


value

Type: string

The value that corresponds to the key.