toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return <String, dynamic>{
    'bucketName': bucketName,
    'bucketPrefix': ?bucketPrefix,
    's3OutputFormatConfig': pulumi.Input.mapInputValue<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig, Map<String, dynamic>>(s3OutputFormatConfig, (value) => value.toMap()),
  };
}