Interface SccManagementOrganizationEventThreatDetectionCustomModuleConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
SccManagementOrganizationEventThreatDetectionCustomModuleConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.556Z") @Stability(Stable) public interface SccManagementOrganizationEventThreatDetectionCustomModuleConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSccManagementOrganizationEventThreatDetectionCustomModuleConfig.Builderstatic classSccManagementOrganizationEventThreatDetectionCustomModuleConfig.Jsii$ProxyAn implementation forSccManagementOrganizationEventThreatDetectionCustomModuleConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SccManagementOrganizationEventThreatDetectionCustomModuleConfig.Builderbuilder()default StringgetConfig()Config for the module.default StringgetDisplayName()The human readable name to be displayed for the module.default StringgetEnablementState()The state of enablement for the module at the given level of the hierarchy.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_organization_event_threat_detection_custom_module#id SccManagementOrganizationEventThreatDetectionCustomModule#id}.default StringgetLocation()Location ID of the parent organization.StringgetOrganization()Numerical ID of the parent organization.default SccManagementOrganizationEventThreatDetectionCustomModuleTimeoutsgetTimeouts()timeouts block.default StringgetType()Immutable.
-
-
-
Method Detail
-
getOrganization
@Stability(Stable) @NotNull String getOrganization()
Numerical ID of the parent organization.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_organization_event_threat_detection_custom_module#organization SccManagementOrganizationEventThreatDetectionCustomModule#organization}
-
getConfig
@Stability(Stable) @Nullable default String getConfig()
Config for the module.For the resident module, its config value is defined at this level. For the inherited module, its config value is inherited from the ancestor module. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_organization_event_threat_detection_custom_module#config SccManagementOrganizationEventThreatDetectionCustomModule#config}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
The human readable name to be displayed for the module.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_organization_event_threat_detection_custom_module#display_name SccManagementOrganizationEventThreatDetectionCustomModule#display_name}
-
getEnablementState
@Stability(Stable) @Nullable default String getEnablementState()
The state of enablement for the module at the given level of the hierarchy. Possible values: ["ENABLED", "DISABLED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_organization_event_threat_detection_custom_module#enablement_state SccManagementOrganizationEventThreatDetectionCustomModule#enablement_state}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_organization_event_threat_detection_custom_module#id SccManagementOrganizationEventThreatDetectionCustomModule#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
Location ID of the parent organization. Only global is supported at the moment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_organization_event_threat_detection_custom_module#location SccManagementOrganizationEventThreatDetectionCustomModule#location}
-
getTimeouts
@Stability(Stable) @Nullable default SccManagementOrganizationEventThreatDetectionCustomModuleTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_organization_event_threat_detection_custom_module#timeouts SccManagementOrganizationEventThreatDetectionCustomModule#timeouts}
-
getType
@Stability(Stable) @Nullable default String getType()
Immutable. Type for the module. e.g. CONFIGURABLE_BAD_IP.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_organization_event_threat_detection_custom_module#type SccManagementOrganizationEventThreatDetectionCustomModule#type}
-
builder
@Stability(Stable) static SccManagementOrganizationEventThreatDetectionCustomModuleConfig.Builder builder()
-
-