/AWS1/CL_SSMRESRCDATASYNCSRC¶
Information about the source of the data included in the resource data sync.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_SOURCETYPE
TYPE /AWS1/SSMRESRCDATASYNCSRCTYPE
/AWS1/SSMRESRCDATASYNCSRCTYPE
¶
The type of data source for the resource data sync.
SourceType
is eitherAwsOrganizations
(if an organization is present in Organizations) orSingleAccountMultiRegions
.
IT_SOURCEREGIONS
TYPE /AWS1/CL_SSMRESRCDATASYNCSRC00=>TT_RESRCDATASYNCSRCREGIONLIST
TT_RESRCDATASYNCSRCREGIONLIST
¶
The
SyncSource
Amazon Web Services Regions included in the resource data sync.
Optional arguments:¶
IO_AWSORGANIZATIONSSOURCE
TYPE REF TO /AWS1/CL_SSMRESRCDATASYNCAWS00
/AWS1/CL_SSMRESRCDATASYNCAWS00
¶
Information about the
AwsOrganizationsSource
resource data sync source. A sync source of this type can synchronize data from Organizations.
IV_INCLUDEFUTUREREGIONS
TYPE /AWS1/SSMRESRCDATASYNCINCFUT00
/AWS1/SSMRESRCDATASYNCINCFUT00
¶
Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.
IV_ENABLEALLOPSDATASOURCES
TYPE /AWS1/SSMRESRCDATASYNCENBALL00
/AWS1/SSMRESRCDATASYNCENBALL00
¶
When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide.
Queryable Attributes¶
SourceType¶
The type of data source for the resource data sync.
SourceType
is eitherAwsOrganizations
(if an organization is present in Organizations) orSingleAccountMultiRegions
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
AwsOrganizationsSource¶
Information about the
AwsOrganizationsSource
resource data sync source. A sync source of this type can synchronize data from Organizations.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AWSORGANIZATIONSSOURCE() |
Getter for AWSORGANIZATIONSSOURCE |
SourceRegions¶
The
SyncSource
Amazon Web Services Regions included in the resource data sync.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCEREGIONS() |
Getter for SOURCEREGIONS, with configurable default |
ASK_SOURCEREGIONS() |
Getter for SOURCEREGIONS w/ exceptions if field has no value |
HAS_SOURCEREGIONS() |
Determine if SOURCEREGIONS has a value |
IncludeFutureRegions¶
Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INCLUDEFUTUREREGIONS() |
Getter for INCLUDEFUTUREREGIONS |
EnableAllOpsDataSources¶
When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLEALLOPSDATASOURCES() |
Getter for ENABLEALLOPSDATASOURCES |