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
  • 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

      protected Jsii$Proxy(PolicyEngineProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the PolicyEngineProps.Builder.
  • Method Details

    • getDescription

      public final String getDescription()
      Description copied from interface: PolicyEngineProps
      Optional description for the policy engine.

      Maximum 4,096 characters.

      Default: - No description

      Specified by:
      getDescription in interface PolicyEngineProps
    • getKmsKey

      public final IKey getKmsKey()
      Description copied from interface: PolicyEngineProps
      Custom KMS key for encryption.

      [disable-awslint:prefer-ref-interface]

      Default: - AWS owned key

      Specified by:
      getKmsKey in interface PolicyEngineProps
    • getPolicyEngineName

      public final String getPolicyEngineName()
      Description copied from interface: PolicyEngineProps
      The 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:
      getPolicyEngineName in interface PolicyEngineProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: PolicyEngineProps
      Tags for the policy engine.

      Maximum 50 tags.

      Default: - No tags

      Specified by:
      getTags in interface PolicyEngineProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object