toMap method

Map<String, dynamic> toMap()

Implementation

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