Interface ConfigConfigurationRecorderRecordingGroup

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ConfigConfigurationRecorderRecordingGroup.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:51.183Z")
    @Stability(Stable)
    public interface ConfigConfigurationRecorderRecordingGroup
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAllSupported

        @Stability(Stable)
        @Nullable
        default Object getAllSupported()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_configuration_recorder#all_supported ConfigConfigurationRecorder#all_supported}.
      • getExclusionByResourceTypes

        @Stability(Stable)
        @Nullable
        default Object getExclusionByResourceTypes()
        exclusion_by_resource_types block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_configuration_recorder#exclusion_by_resource_types ConfigConfigurationRecorder#exclusion_by_resource_types}

      • getIncludeGlobalResourceTypes

        @Stability(Stable)
        @Nullable
        default Object getIncludeGlobalResourceTypes()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_configuration_recorder#include_global_resource_types ConfigConfigurationRecorder#include_global_resource_types}.
      • getRecordingStrategy

        @Stability(Stable)
        @Nullable
        default Object getRecordingStrategy()
        recording_strategy block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_configuration_recorder#recording_strategy ConfigConfigurationRecorder#recording_strategy}

      • getResourceTypes

        @Stability(Stable)
        @Nullable
        default List<String> getResourceTypes()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_configuration_recorder#resource_types ConfigConfigurationRecorder#resource_types}.