Get Service Settings
| licensemanager_get_service_settings | R Documentation |
Gets the License Manager settings for the current Region¶
Description¶
Gets the License Manager settings for the current Region.
Usage¶
Value¶
A list with the following syntax:
list(
S3BucketArn = "string",
SnsTopicArn = "string",
OrganizationConfiguration = list(
EnableIntegration = TRUE|FALSE
),
EnableCrossAccountsDiscovery = TRUE|FALSE,
LicenseManagerResourceShareArn = "string",
CrossRegionDiscoveryHomeRegion = "string",
CrossRegionDiscoverySourceRegions = list(
"string"
),
ServiceStatus = list(
CrossAccountDiscovery = list(
Message = "string"
),
CrossRegionDiscovery = list(
Message = list(
list(
Status = "string"
)
)
)
)
)