Class ConfigurationRecorderState


  • public final class ConfigurationRecorderState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • enterpriseEdition

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enterpriseEdition()
        Returns:
        Whether to use the enterprise version configuration audit. Valid values: `true` and `false`. Default value `false`. For enterprise accounts, We recommend you to use the resource alicloud_config_aggregator.
      • organizationEnableStatus

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> organizationEnableStatus()
        Returns:
        Enterprise version configuration audit enabled status. Values: `REGISTRABLE`: Not enabled, `BUILDING`: Building and `REGISTERED`: Enabled.
      • organizationMasterId

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> organizationMasterId()
        Returns:
        The ID of the Enterprise management account.
      • resourceTypes

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> resourceTypes()
        Returns:
        A list of resource types to be monitored. [Resource types that support Cloud Config.](https://www.alibabacloud.com/help/en/doc-detail/127411.htm) * If you use an ordinary account, the `resource_types` supports the update operation after the process of creation is completed. * If you use an enterprise account, the `resource_types` does not support updating.
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
        Returns:
        Status of resource monitoring. Values: `REGISTRABLE`: Not registered, `BUILDING`: Under construction, `REGISTERED`: Registered and `REBUILDING`: Rebuilding.