Class CfnPermissionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnPermissionProps.Jsii$Proxy
All Implemented Interfaces:
CfnPermissionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnPermissionProps

@Stability(Stable) @Internal public static final class CfnPermissionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPermissionProps
An implementation for CfnPermissionProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnPermissionProps

    CfnPermissionProps.Builder, CfnPermissionProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnPermissionProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The action that the principal can use on the function.
    final String
    For Alexa Smart Home functions, a token that the invoker must supply.
    final String
    The name or ARN of the Lambda function, version, or alias.
    final String
    The type of authentication that your function URL uses.
    final String
    The AWS service , AWS account , IAM user, or IAM role that invokes the function.
    final String
    The identifier for your organization in AWS Organizations .
    final String
    For AWS service , the ID of the AWS account that owns the resource.
    final String
    For AWS services , the ARN of the AWS resource that invokes the function.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait