interface S3TagProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Transfer.CfnWorkflow.S3TagProperty |
![]() | software.amazon.awscdk.services.transfer.CfnWorkflow.S3TagProperty |
![]() | aws_cdk.aws_transfer.CfnWorkflow.S3TagProperty |
![]() | @aws-cdk/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 * as transfer from '@aws-cdk/aws-transfer';
const s3TagProperty: transfer.CfnWorkflow.S3TagProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The name assigned to the tag that you create. |
value | string | The 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.