Interface PrivilegedAccessManagerEntitlementRequesterJustificationConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivilegedAccessManagerEntitlementRequesterJustificationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.404Z") @Stability(Stable) public interface PrivilegedAccessManagerEntitlementRequesterJustificationConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivilegedAccessManagerEntitlementRequesterJustificationConfig.Builderstatic classPrivilegedAccessManagerEntitlementRequesterJustificationConfig.Jsii$ProxyAn implementation forPrivilegedAccessManagerEntitlementRequesterJustificationConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PrivilegedAccessManagerEntitlementRequesterJustificationConfig.Builderbuilder()default PrivilegedAccessManagerEntitlementRequesterJustificationConfigNotMandatorygetNotMandatory()not_mandatory block.default PrivilegedAccessManagerEntitlementRequesterJustificationConfigUnstructuredgetUnstructured()unstructured block.
-
-
-
Method Detail
-
getNotMandatory
@Stability(Stable) @Nullable default PrivilegedAccessManagerEntitlementRequesterJustificationConfigNotMandatory getNotMandatory()
not_mandatory block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#not_mandatory PrivilegedAccessManagerEntitlement#not_mandatory}
-
getUnstructured
@Stability(Stable) @Nullable default PrivilegedAccessManagerEntitlementRequesterJustificationConfigUnstructured getUnstructured()
unstructured block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#unstructured PrivilegedAccessManagerEntitlement#unstructured}
-
builder
@Stability(Stable) static PrivilegedAccessManagerEntitlementRequesterJustificationConfig.Builder builder()
-
-