{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "declarative_metadata_sample_definition" ], "title": "ActvPfrmDataConnectorS3 - Metadata API", "description": "Represents the Amazon S3 bucket name and export directory.", "file_information": ".actvPfrmDataConnectorS3", "directory_location": "actvPfrmDataConnectorS3s", "fields_columns": [ "type", "required", "description" ], "fields": { "bucketName": { "type": "string", "required": true, "description": "The Amazon S3 bucket name." }, "exportDirectory": { "type": "string", "description": "This is an optional field that is reserved for internal use." }, "masterLabel": { "type": "string", "required": true, "description": "The display name of ActvPfrmDataConnectorS3." } }, "declarative_metadata_sample_definition": [ { "description": "The following is an example of an ActvPfrmDataConnectorS3 component.", "code": "\n\n MyS3Bucket\n Output\n S3Connector\n" } ] }