Uses of Class
software.amazon.awscdk.core.CfnMacro.Builder
Packages that use CfnMacro.Builder
-
Uses of CfnMacro.Builder in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return CfnMacro.BuilderModifier and TypeMethodDescriptionstatic CfnMacro.Builder
CfnMacro.Builder.description
(String description) A description of the macro.CfnMacro.Builder.functionName
(String functionName) The Amazon Resource Name (ARN) of the underlying AWS Lambda function that you want AWS CloudFormation to invoke when the macro is run.CfnMacro.Builder.logGroupName
(String logGroupName) The CloudWatch Logs group to which AWS CloudFormation sends error logging information when invoking the macro's underlying AWS Lambda function.CfnMacro.Builder.logRoleArn
(String logRoleArn) The ARN of the role AWS CloudFormation should assume when sending log entries to CloudWatch Logs .The name of the macro.