FlowDestinationFlowConfigDestinationConnectorPropertiesS3 class

Constructors

FlowDestinationFlowConfigDestinationConnectorPropertiesS3({required Input<String> bucketName, Input<String?>? bucketPrefix, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig?>? s3OutputFormatConfig})
Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesS3. bucketName Required. bucketPrefix Optional. s3OutputFormatConfig Configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination. See the destination_flow_config.destination_connector_properties.upsolver.s3_output_format_config Block for details.
const
FlowDestinationFlowConfigDestinationConnectorPropertiesS3.fromMap(Map<String, dynamic> map)
factory

Properties

bucketName → Input<String>
final
bucketPrefix → Input<String?>?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3OutputFormatConfig → Input<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig?>?
Configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination. See the destination_flow_config.destination_connector_properties.upsolver.s3_output_format_config Block for details.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited