Class PolicyEngineProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.PolicyEngineProps.Jsii$Proxy
- All Implemented Interfaces:
PolicyEngineProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PolicyEngineProps
@Stability(Stable)
@Internal
public static final class PolicyEngineProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PolicyEngineProps
An implementation for
PolicyEngineProps-
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.PolicyEngineProps
PolicyEngineProps.Builder, PolicyEngineProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(PolicyEngineProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePolicyEngineProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 thePolicyEngineProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:PolicyEnginePropsOptional description for the policy engine.Maximum 4,096 characters.
Default: - No description
- Specified by:
getDescriptionin interfacePolicyEngineProps
-
getKmsKey
Description copied from interface:PolicyEnginePropsCustom KMS key for encryption.[disable-awslint:prefer-ref-interface]
Default: - AWS owned key
- Specified by:
getKmsKeyin interfacePolicyEngineProps
-
getPolicyEngineName
Description copied from interface:PolicyEnginePropsThe name of the policy engine.Valid characters: a-z, A-Z, 0-9, _ (underscore) Must start with a letter, 1-48 characters Pattern: ^[A-Za-z][A-Za-z0-9_]*$
Default: - Auto-generated unique name
- Specified by:
getPolicyEngineNamein interfacePolicyEngineProps
-
getTags
Description copied from interface:PolicyEnginePropsTags for the policy engine.Maximum 50 tags.
Default: - No tags
- Specified by:
getTagsin interfacePolicyEngineProps
-
$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()
-