public static final class CfnApplicationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationProps
CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
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 .
|
java.util.List<CfnTag> |
getTags()
A set of key/value pairs that you can use to manage the web application resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getApplicationName()
CfnApplicationProps
getApplicationName
in interface CfnApplicationProps
public final java.lang.String getRoleArn()
CfnApplicationProps
The name of the role must be in the form
FleetHub_random_string
.
Pattern: ^arn:[!-~]+$
getRoleArn
in interface CfnApplicationProps
public final java.lang.String getApplicationDescription()
CfnApplicationProps
getApplicationDescription
in interface CfnApplicationProps
public final java.util.List<CfnTag> getTags()
CfnApplicationProps
getTags
in interface CfnApplicationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()