Update Service Settings
licensemanager_update_service_settings | R Documentation |
Updates License Manager settings for the current Region¶
Description¶
Updates License Manager settings for the current Region.
Usage¶
licensemanager_update_service_settings(S3BucketArn, SnsTopicArn,
OrganizationConfiguration, EnableCrossAccountsDiscovery)
Arguments¶
S3BucketArn |
Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored. |
SnsTopicArn |
Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts. |
OrganizationConfiguration |
Enables integration with Organizations for cross-account discovery. |
EnableCrossAccountsDiscovery |
Activates cross-account discovery. |
Value¶
An empty list.
Request syntax¶
svc$update_service_settings(
S3BucketArn = "string",
SnsTopicArn = "string",
OrganizationConfiguration = list(
EnableIntegration = TRUE|FALSE
),
EnableCrossAccountsDiscovery = TRUE|FALSE
)