| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudformation |
AWS CloudFormation Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnMacro.Builder |
CfnMacro.Builder.create(software.constructs.Construct scope,
String id) |
CfnMacro.Builder |
CfnMacro.Builder.description(String description)
A description of the macro.
|
CfnMacro.Builder |
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 |
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 |
CfnMacro.Builder.logRoleArn(String logRoleArn)
The ARN of the role AWS CloudFormation should assume when sending log entries to CloudWatch Logs .
|
CfnMacro.Builder |
CfnMacro.Builder.name(String name)
The name of the macro.
|
Copyright © 2022. All rights reserved.