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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigConfigurationRecorderRecordingGroup.BuilderA builder forConfigConfigurationRecorderRecordingGroupstatic classConfigConfigurationRecorderRecordingGroup.Jsii$ProxyAn implementation forConfigConfigurationRecorderRecordingGroup
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ConfigConfigurationRecorderRecordingGroup.Builderbuilder()default ObjectgetAllSupported()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}.default ObjectgetExclusionByResourceTypes()exclusion_by_resource_types block.default ObjectgetIncludeGlobalResourceTypes()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}.default ObjectgetRecordingStrategy()recording_strategy block.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}.
-
-
-
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}.
-
builder
@Stability(Stable) static ConfigConfigurationRecorderRecordingGroup.Builder builder()
-
-