@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.427Z") @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 CfnMacroProps
Copyright © 2021. All rights reserved.