Interface CfnWorkflow.S3TagProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkflow.S3TagProperty.Jsii$Proxy
Enclosing class:
CfnWorkflow

@Stability(Stable) public static interface CfnWorkflow.S3TagProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.transfer.*;
 S3TagProperty s3TagProperty = S3TagProperty.builder()
         .key("key")
         .value("value")
         .build();
 

See Also: