public static final class CfnDomainConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomainConfigurationProps
CfnDomainConfigurationProps
CfnDomainConfigurationProps.Builder, CfnDomainConfigurationProps.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.Object |
getAuthorizerConfig()
An object that specifies the authorization service for a domain.
|
java.lang.String |
getDomainConfigurationName()
The name of the domain configuration.
|
java.lang.String |
getDomainConfigurationStatus()
The status to which the domain configuration should be updated.
|
java.lang.String |
getDomainName()
The name of the domain.
|
java.util.List<java.lang.String> |
getServerCertificateArns()
The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake.
|
java.lang.String |
getServiceType()
The type of service delivered by the endpoint.
|
java.util.List<CfnTag> |
getTags()
Metadata which can be used to manage the domain configuration.
|
java.lang.String |
getValidationCertificateArn()
The certificate used to validate the server certificate and prove domain name ownership.
|
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.Object getAuthorizerConfig()
CfnDomainConfigurationProps
getAuthorizerConfig
in interface CfnDomainConfigurationProps
public final java.lang.String getDomainConfigurationName()
CfnDomainConfigurationProps
This value must be unique to a region.
getDomainConfigurationName
in interface CfnDomainConfigurationProps
public final java.lang.String getDomainConfigurationStatus()
CfnDomainConfigurationProps
Valid values: ENABLED
| DISABLED
getDomainConfigurationStatus
in interface CfnDomainConfigurationProps
public final java.lang.String getDomainName()
CfnDomainConfigurationProps
getDomainName
in interface CfnDomainConfigurationProps
public final java.util.List<java.lang.String> getServerCertificateArns()
CfnDomainConfigurationProps
Currently you can specify only one certificate ARN. This value is not required for AWS -managed domains.
getServerCertificateArns
in interface CfnDomainConfigurationProps
public final java.lang.String getServiceType()
CfnDomainConfigurationProps
AWS IoT Core currently supports only the
DATA
service type.
getServiceType
in interface CfnDomainConfigurationProps
public final java.util.List<CfnTag> getTags()
CfnDomainConfigurationProps
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
getTags
in interface CfnDomainConfigurationProps
public final java.lang.String getValidationCertificateArn()
CfnDomainConfigurationProps
This certificate must be signed by a public certificate authority. This value is not required for AWS -managed domains.
getValidationCertificateArn
in interface CfnDomainConfigurationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()