Class CfnPolicyEngineProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnPolicyEngineProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPolicyEngineProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPolicyEngineProps
@Stability(Stable)
@Internal
public static final class CfnPolicyEngineProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPolicyEngineProps
An implementation for
CfnPolicyEngineProps-
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.CfnPolicyEngineProps
CfnPolicyEngineProps.Builder, CfnPolicyEngineProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPolicyEngineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPolicyEngineProps.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 StringA human-readable description of the policy engine's purpose and scope.final StringThe ARN of the KMS key used to encrypt the policy engine data.final StringgetName()The customer-assigned immutable name for the policy engine.getTags()A list of tags to assign to the policy engine.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 theCfnPolicyEngineProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnPolicyEnginePropsThe customer-assigned immutable name for the policy engine.- Specified by:
getNamein interfaceCfnPolicyEngineProps- See Also:
-
getDescription
Description copied from interface:CfnPolicyEnginePropsA human-readable description of the policy engine's purpose and scope.- Specified by:
getDescriptionin interfaceCfnPolicyEngineProps- See Also:
-
getEncryptionKeyArn
Description copied from interface:CfnPolicyEnginePropsThe ARN of the KMS key used to encrypt the policy engine data.- Specified by:
getEncryptionKeyArnin interfaceCfnPolicyEngineProps- See Also:
-
getTags
Description copied from interface:CfnPolicyEnginePropsA list of tags to assign to the policy engine.- Specified by:
getTagsin interfaceCfnPolicyEngineProps- 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()
-