Organization Configuration Args
data class OrganizationConfigurationArgs(val autoEnable: Output<Boolean>? = null, val autoEnableStandards: Output<OrganizationConfigurationAutoEnableStandards>? = null, val configurationType: Output<OrganizationConfigurationConfigurationType>? = null) : ConvertibleToJava<OrganizationConfigurationArgs>
The AWS::SecurityHub::OrganizationConfiguration resource represents the configuration of your organization in Security Hub. Only the Security Hub administrator account can create Organization Configuration resource in each region and can opt-in to Central Configuration only in the aggregation region of FindingAggregator.
Constructors
Link copied to clipboard
constructor(autoEnable: Output<Boolean>? = null, autoEnableStandards: Output<OrganizationConfigurationAutoEnableStandards>? = null, configurationType: Output<OrganizationConfigurationConfigurationType>? = null)
Properties
Link copied to clipboard
Whether to automatically enable Security Hub in new member accounts when they join the organization.
Link copied to clipboard
Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.
Link copied to clipboard
Indicates whether the organization uses local or central configuration.