Class AdminRoleProps.Jsii$Proxy

  • All Implemented Interfaces:
    AdminRoleProps, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    AdminRoleProps

    @Stability(Stable)
    @Internal
    public static final class AdminRoleProps.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements AdminRoleProps
    An implementation for AdminRoleProps
    • Constructor Detail

      • 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.
    • Method Detail

      • getObjectLambdaAccessPointName

        public final String getObjectLambdaAccessPointName()
        Description copied from interface: AdminRoleProps
        The name of the object Lambda access point, which will be the same as the S3 acceess point for the S3 bucket in the demostration.

        Default: 'admin-s3olap-call-transcripts-known-pii'

        Specified by:
        getObjectLambdaAccessPointName in interface AdminRoleProps
      • getPolicyName

        public final String getPolicyName()
        Description copied from interface: AdminRoleProps
        The name of the IAM policy for the IAM role.

        Default: 'admin-role-s3olap-policy'

        Specified by:
        getPolicyName in interface AdminRoleProps
      • $jsii$toJson

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

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