mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActvPfrmDataConnectorS3 xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n <bucketName>MyS3Bucket</bucketName>\n <exportDirectory>Output</exportDirectory>\n <masterLabel>S3Connector</masterLabel>\n</ActvPfrmDataConnectorS3>"
|
|
}
|
|
]
|
|
} |