Class AddPolicyOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.AddPolicyOptions.Jsii$Proxy
- All Implemented Interfaces:
AddPolicyOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AddPolicyOptions
@Stability(Stable)
@Internal
public static final class AddPolicyOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AddPolicyOptions
An implementation for
AddPolicyOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.AddPolicyOptions
AddPolicyOptions.Builder, AddPolicyOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AddPolicyOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theAddPolicyOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringOptional description for the policy (max 4,096 characters).final StringThe name of the policy.final PolicyStatementThe Cedar policy statement for this policy.final PolicyValidationModeValidation mode for the policy.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAddPolicyOptions.Builder.
-
-
Method Details
-
getStatement
Description copied from interface:AddPolicyOptionsThe Cedar policy statement for this policy.Build a type-safe statement with the
PolicyStatementfactories, or usePolicyStatement.fromCedar('...')for raw Cedar. Raw Cedar is treated as trusted input: the module does not escape, quote, or validate it.- Specified by:
getStatementin interfaceAddPolicyOptions
-
getDescription
Description copied from interface:AddPolicyOptionsOptional description for the policy (max 4,096 characters).Default: - No description
- Specified by:
getDescriptionin interfaceAddPolicyOptions
-
getPolicyName
Description copied from interface:AddPolicyOptionsThe name of the policy.Valid characters: a-z, A-Z, 0-9, _ (underscore) Must start with a letter, 1-48 characters
Default: - Auto-generated unique name
- Specified by:
getPolicyNamein interfaceAddPolicyOptions
-
getValidationMode
Description copied from interface:AddPolicyOptionsValidation mode for the policy.Default: PolicyValidationMode.FAIL_ON_ANY_FINDINGS
- Specified by:
getValidationModein interfaceAddPolicyOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-