@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.975Z") @Stability(value=Stable) public interface CfnApplicationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
CfnApplicationProps cfnApplicationProps = CfnApplicationProps.builder()
.location("location")
// the properties below are optional
.notificationArns(List.of("notificationArns"))
.parameters(Map.of(
"parametersKey", "parameters"))
.tags(Map.of(
"tagsKey", "tags"))
.timeoutInMinutes(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationProps.Builder
A builder for
CfnApplicationProps |
static class |
CfnApplicationProps.Jsii$Proxy
An implementation for
CfnApplicationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationProps.Builder |
builder() |
Object |
getLocation()
`AWS::Serverless::Application.Location`.
|
default List<String> |
getNotificationArns()
`AWS::Serverless::Application.NotificationArns`.
|
default Object |
getParameters()
`AWS::Serverless::Application.Parameters`.
|
default Map<String,String> |
getTags()
`AWS::Serverless::Application.Tags`.
|
default Number |
getTimeoutInMinutes()
`AWS::Serverless::Application.TimeoutInMinutes`.
|
@Stability(value=Stable) @NotNull Object getLocation()
@Stability(value=Stable) @Nullable default List<String> getNotificationArns()
@Stability(value=Stable) @Nullable default Object getParameters()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) @Nullable default Number getTimeoutInMinutes()
@Stability(value=Stable) static CfnApplicationProps.Builder builder()
CfnApplicationProps.Builder of CfnApplicationPropsCopyright © 2022. All rights reserved.