Updates the delegated administrator account with the values provided.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
update-organization-configuration
--detector-id <value>
--auto-enable | --no-auto-enable
[--data-sources <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--detector-id
(string)
The ID of the detector to update the delegated administrator for.
--auto-enable
| --no-auto-enable
(boolean)
Indicates whether to automatically enable member accounts in the organization.
--data-sources
(structure)
Describes which data sources will be updated.
S3Logs -> (structure)
Describes whether S3 data event logs are enabled for new members of the organization.
AutoEnable -> (boolean)
A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.
Kubernetes -> (structure)
Describes the configuration of Kubernetes data sources for new members of the organization.
AuditLogs -> (structure)
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
AutoEnable -> (boolean)
A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.
Shorthand Syntax:
S3Logs={AutoEnable=boolean},Kubernetes={AuditLogs={AutoEnable=boolean}}
JSON Syntax:
{
"S3Logs": {
"AutoEnable": true|false
},
"Kubernetes": {
"AuditLogs": {
"AutoEnable": true|false
}
}
}
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
See ‘aws help’ for descriptions of global parameters.
None