@Generated(value="jsii-pacmak/1.35.0 (build 6ebef96)", date="2021-10-05T13:28:31.387Z") @Stability(value=Stable) public interface CfnMacroProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMacroProps.Builder
A builder for
CfnMacroProps |
static class |
CfnMacroProps.Jsii$Proxy
An implementation for
CfnMacroProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMacroProps.Builder |
builder() |
default String |
getDescription()
`AWS::CloudFormation::Macro.Description`.
|
String |
getFunctionName()
`AWS::CloudFormation::Macro.FunctionName`.
|
default String |
getLogGroupName()
`AWS::CloudFormation::Macro.LogGroupName`.
|
default String |
getLogRoleArn()
`AWS::CloudFormation::Macro.LogRoleARN`.
|
String |
getName()
`AWS::CloudFormation::Macro.Name`.
|
@Stability(value=Stable) @NotNull String getFunctionName()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getLogGroupName()
@Stability(value=Stable) @Nullable default String getLogRoleArn()
@Stability(value=Stable) static CfnMacroProps.Builder builder()
CfnMacroProps.Builder of CfnMacroPropsCopyright © 2021. All rights reserved.