Class CfnPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPolicyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPolicyProps
@Stability(Stable)
@Internal
public static final class CfnPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPolicyProps
An implementation for
CfnPolicyProps-
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.CfnPolicyProps
CfnPolicyProps.Builder, CfnPolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPolicyProps.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 ObjectThe definition structure for policies.final StringA human-readable description of the policy's purpose and functionality.final StringgetName()The customer-assigned immutable name for the policy.final StringThe identifier of the policy engine which contains this policy.final StringThe validation 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 theCfnPolicyProps.Builder.
-
-
Method Details
-
getDefinition
Description copied from interface:CfnPolicyPropsThe definition structure for policies.Encapsulates different policy formats.
Returns union: either
IResolvableorCfnPolicy.PolicyDefinitionProperty- Specified by:
getDefinitionin interfaceCfnPolicyProps- See Also:
-
getName
Description copied from interface:CfnPolicyPropsThe customer-assigned immutable name for the policy.Must be unique within the policy engine.
- Specified by:
getNamein interfaceCfnPolicyProps- See Also:
-
getPolicyEngineId
Description copied from interface:CfnPolicyPropsThe identifier of the policy engine which contains this policy.- Specified by:
getPolicyEngineIdin interfaceCfnPolicyProps- See Also:
-
getDescription
Description copied from interface:CfnPolicyPropsA human-readable description of the policy's purpose and functionality.- Specified by:
getDescriptionin interfaceCfnPolicyProps- See Also:
-
getValidationMode
Description copied from interface:CfnPolicyPropsThe validation mode for the policy.Determines how Cedar analyzer validation results are handled.
- Specified by:
getValidationModein interfaceCfnPolicyProps- See Also:
-
$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()
-