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