@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.195Z") @Stability(value=Stable) public interface CfnAppProps 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.pinpoint.*;
Object tags;
CfnAppProps cfnAppProps = CfnAppProps.builder()
.name("name")
// the properties below are optional
.tags(tags)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAppProps.Builder
A builder for
CfnAppProps |
static class |
CfnAppProps.Jsii$Proxy
An implementation for
CfnAppProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAppProps.Builder |
builder() |
String |
getName()
The display name of the application.
|
default Object |
getTags()
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getTags()
For more information, see Tag .
@Stability(value=Stable) static CfnAppProps.Builder builder()
CfnAppProps.Builder of CfnAppPropsCopyright © 2022. All rights reserved.