Class CfnMacroMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnMacroMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMacroMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMacroMixinProps
@Stability(Stable)
@Internal
public static final class CfnMacroMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMacroMixinProps
An implementation for
CfnMacroMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnMacroMixinProps
CfnMacroMixinProps.Builder, CfnMacroMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMacroMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMacroMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA description of the macro.final StringThe Amazon Resource Name (ARN) of the underlying Lambda function that you want CloudFormation to invoke when the macro is run.final StringThe CloudWatch Logs group to which CloudFormation sends error logging information when invoking the macro's underlying Lambda function.final StringThe ARN of the role CloudFormation should assume when sending log entries to CloudWatch Logs .final StringgetName()The name of the macro.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnMacroMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnMacroMixinPropsA description of the macro.- Specified by:
getDescriptionin interfaceCfnMacroMixinProps- See Also:
-
getFunctionName
Description copied from interface:CfnMacroMixinPropsThe Amazon Resource Name (ARN) of the underlying Lambda function that you want CloudFormation to invoke when the macro is run.- Specified by:
getFunctionNamein interfaceCfnMacroMixinProps- See Also:
-
getLogGroupName
Description copied from interface:CfnMacroMixinPropsThe CloudWatch Logs group to which CloudFormation sends error logging information when invoking the macro's underlying Lambda function.This will be an existing CloudWatch Logs LogGroup. Neither CloudFormation or Lambda will create the group.
- Specified by:
getLogGroupNamein interfaceCfnMacroMixinProps- See Also:
-
getLogRoleArn
Description copied from interface:CfnMacroMixinPropsThe ARN of the role CloudFormation should assume when sending log entries to CloudWatch Logs .- Specified by:
getLogRoleArnin interfaceCfnMacroMixinProps- See Also:
-
getName
Description copied from interface:CfnMacroMixinPropsThe name of the macro.The name of the macro must be unique across all macros in the account.
- Specified by:
getNamein interfaceCfnMacroMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-