public static final class CfnMacroProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMacroProps
CfnMacroProps
CfnMacroProps.Builder, CfnMacroProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
A description of the macro.
|
java.lang.String |
getFunctionName()
The Amazon Resource Name (ARN) of the underlying AWS Lambda function that you want AWS CloudFormation to invoke when the macro is run.
|
java.lang.String |
getLogGroupName()
The CloudWatch Logs group to which AWS CloudFormation sends error logging information when invoking the macro's underlying AWS Lambda function.
|
java.lang.String |
getLogRoleArn()
The ARN of the role AWS CloudFormation should assume when sending log entries to CloudWatch Logs .
|
java.lang.String |
getName()
The name of the macro.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getFunctionName()
CfnMacroProps
getFunctionName
in interface CfnMacroProps
public final java.lang.String getName()
CfnMacroProps
The name of the macro must be unique across all macros in the account.
getName
in interface CfnMacroProps
public final java.lang.String getDescription()
CfnMacroProps
getDescription
in interface CfnMacroProps
public final java.lang.String getLogGroupName()
CfnMacroProps
getLogGroupName
in interface CfnMacroProps
public final java.lang.String getLogRoleArn()
CfnMacroProps
getLogRoleArn
in interface CfnMacroProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()