| Modifier and Type | Method and Description |
|---|---|
CfnApp |
build() |
static CfnApp.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApp.Builder |
name(String name)
The display name of the application.
|
CfnApp.Builder |
tags(Object tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnApp.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApp.Builder.@Stability(value=Stable) public CfnApp.Builder name(String name)
name - The display name of the application. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder tags(Object tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.thisCopyright © 2022. All rights reserved.