Newer Version Available
ActvPfrmDataConnectorS3
Parent Type
This type extends the Metadata metadata type and inherits its
fullName field.
File Suffix and Directory Location
ActvPfrmDataConnectorS3 components have the suffix .actvPfrmDataConnectorS3 and are stored in the actvPfrmDataConnectorS3s folder.
Version
ActvPfrmDataConnectorS3 components are available in API version 54.0 and later.
Special Access Rules
There are no additional access requirements that are specific to this type.
Fields
| Field Name | Description |
|---|---|
| bucketName |
|
| exportDirectory |
|
| masterLabel |
|
Declarative Metadata Sample Definition
The following is an example of an ActvPfrmDataConnectorS3 component.
1<?xml version="1.0" encoding="UTF-8"?>
2<ActvPfrmDataConnectorS3 xmlns="http://soap.sforce.com/2006/04/metadata">
3 <bucketName>MyS3Bucket</bucketName>
4 <exportDirectory>Output</exportDirectory>
5 <masterLabel>S3Connector</masterLabel>
6</ActvPfrmDataConnectorS3>The following is an example package.xml that references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <fullName>MyActivationPlatform</fullName>
4 <types>
5 <members>APlatform</members>
6 <name>ActivationPlatform</name>
7 </types>
8 <types>
9 <members>S3Connector</members>
10 <name>ActvPfrmDataConnectorS3</name>
11 </types>
12 <version>54.0</version>
13</Package>Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.