@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:51.074Z")
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.iotfleethub.*; CfnApplicationProps cfnApplicationProps = CfnApplicationProps.builder() .applicationName("applicationName") .roleArn("roleArn") // the properties below are optional .applicationDescription("applicationDescription") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .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 |
getApplicationDescription()
An optional description of the web application.
|
java.lang.String |
getApplicationName()
The name of the web application.
|
java.lang.String |
getRoleArn()
The ARN of the role that the web application assumes when it interacts with AWS IoT Core .
|
default java.util.List<CfnTag> |
getTags()
A set of key/value pairs that you can use to manage the web application resource.
|
java.lang.String getApplicationName()
java.lang.String getRoleArn()
The name of the role must be in the form
FleetHub_random_string
.
Pattern: ^arn:[!-~]+$
default java.lang.String getApplicationDescription()
default java.util.List<CfnTag> getTags()
static CfnApplicationProps.Builder builder()
CfnApplicationProps.Builder
of CfnApplicationProps