@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:00.619Z")
public interface CfnApplicationProps
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.servicecatalogappregistry.*; CfnApplicationProps cfnApplicationProps = CfnApplicationProps.builder() .name("name") // the properties below are optional .description("description") .tags(Map.of( "tagsKey", "tags")) .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() |
default java.lang.String |
getDescription()
The description of the application.
|
java.lang.String |
getName()
The name of the application.
|
default java.util.Map<java.lang.String,java.lang.String> |
getTags()
Key-value pairs you can use to associate with the application.
|
java.lang.String getName()
The name must be unique in the region in which you are creating the application.
default java.lang.String getDescription()
default java.util.Map<java.lang.String,java.lang.String> getTags()
static CfnApplicationProps.Builder builder()
CfnApplicationProps.Builder
of CfnApplicationProps