@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:39.151Z")
public interface CfnAppProps
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() |
java.lang.String |
getName()
The display name of the application.
|
default java.lang.Object |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String getName()
default java.lang.Object getTags()
For more information, see Tag .
static CfnAppProps.Builder builder()
CfnAppProps.Builder
of CfnAppProps