wellarchitected_update_global_settings {paws.developer.tools} | R Documentation |
Update whether the Amazon Web Services account is opted into organization sharing and discovery integration features
Description
Update whether the Amazon Web Services account is opted into organization sharing and discovery integration features.
See https://www.paws-r-sdk.com/docs/wellarchitected_update_global_settings/ for full documentation.
Usage
wellarchitected_update_global_settings(
OrganizationSharingStatus = NULL,
DiscoveryIntegrationStatus = NULL,
JiraConfiguration = NULL
)
Arguments
OrganizationSharingStatus |
The status of organization sharing settings. |
DiscoveryIntegrationStatus |
The status of discovery support settings. |
JiraConfiguration |
The status of Jira integration settings. |
[Package paws.developer.tools version 0.9.0 Index]