Class CfnMacroProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnMacroProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMacroProps
An implementation for CfnMacroProps
  • 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.core.CfnMacroProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnMacroProps.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
    A description of the macro.
    final String
    The Amazon Resource Name (ARN) of the underlying AWS Lambda function that you want AWS CloudFormation to invoke when the macro is run.
    final String
    The CloudWatch Logs group to which AWS CloudFormation sends error logging information when invoking the macro's underlying AWS Lambda function.
    final String
    The ARN of the role AWS CloudFormation should assume when sending log entries to CloudWatch Logs .
    final String
    The name of the macro.
    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
  • 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(CfnMacroProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnMacroProps.Builder.
  • Method Details

    • getFunctionName

      public final String getFunctionName()
      Description copied from interface: CfnMacroProps
      The Amazon Resource Name (ARN) of the underlying AWS Lambda function that you want AWS CloudFormation to invoke when the macro is run.
      Specified by:
      getFunctionName in interface CfnMacroProps
    • getName

      public final String getName()
      Description copied from interface: CfnMacroProps
      The name of the macro.

      The name of the macro must be unique across all macros in the account.

      Specified by:
      getName in interface CfnMacroProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnMacroProps
      A description of the macro.
      Specified by:
      getDescription in interface CfnMacroProps
    • getLogGroupName

      public final String getLogGroupName()
      Description copied from interface: CfnMacroProps
      The CloudWatch Logs group to which AWS CloudFormation sends error logging information when invoking the macro's underlying AWS Lambda function.
      Specified by:
      getLogGroupName in interface CfnMacroProps
    • getLogRoleArn

      public final String getLogRoleArn()
      Description copied from interface: CfnMacroProps
      The ARN of the role AWS CloudFormation should assume when sending log entries to CloudWatch Logs .
      Specified by:
      getLogRoleArn in interface CfnMacroProps
    • $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