Interface CfnTransformer.SampleDocumentKeysProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransformer.SampleDocumentKeysProperty.Jsii$Proxy
- Enclosing class:
CfnTransformer
@Stability(Stable)
public static interface CfnTransformer.SampleDocumentKeysProperty
extends software.amazon.jsii.JsiiSerializable
An array of the Amazon S3 keys used to identify the location for your sample documents.
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.b2bi.*; SampleDocumentKeysProperty sampleDocumentKeysProperty = SampleDocumentKeysProperty.builder() .input("input") .output("output") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTransformer.SampleDocumentKeysProperty
static final class
An implementation forCfnTransformer.SampleDocumentKeysProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInput
An array of keys for your input sample documents.- See Also:
-
getOutput
An array of keys for your output sample documents.- See Also:
-
builder
-