@Stability(value=Stable) @Internal public static final class CfnDomainConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomainConfigurationProps
CfnDomainConfigurationPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDomainConfigurationProps.Builder, CfnDomainConfigurationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDomainConfigurationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDomainConfigurationProps.Builder. |
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(Object o) |
Object |
getAuthorizerConfig()
An object that specifies the authorization service for a domain.
|
String |
getDomainConfigurationName()
The name of the domain configuration.
|
String |
getDomainConfigurationStatus()
The status to which the domain configuration should be updated.
|
String |
getDomainName()
The name of the domain.
|
List<String> |
getServerCertificateArns()
The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake.
|
String |
getServiceType()
The type of service delivered by the endpoint.
|
List<CfnTag> |
getTags()
Metadata which can be used to manage the domain configuration.
|
String |
getValidationCertificateArn()
The certificate used to validate the server certificate and prove domain name ownership.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDomainConfigurationProps.Builder builder)
CfnDomainConfigurationProps.Builder.public final Object getAuthorizerConfig()
CfnDomainConfigurationPropsgetAuthorizerConfig in interface CfnDomainConfigurationPropspublic final String getDomainConfigurationName()
CfnDomainConfigurationPropsThis value must be unique to a region.
getDomainConfigurationName in interface CfnDomainConfigurationPropspublic final String getDomainConfigurationStatus()
CfnDomainConfigurationProps
Valid values: ENABLED | DISABLED
getDomainConfigurationStatus in interface CfnDomainConfigurationPropspublic final String getDomainName()
CfnDomainConfigurationPropsgetDomainName in interface CfnDomainConfigurationPropspublic final List<String> getServerCertificateArns()
CfnDomainConfigurationPropsCurrently you can specify only one certificate ARN. This value is not required for AWS -managed domains.
getServerCertificateArns in interface CfnDomainConfigurationPropspublic final String getServiceType()
CfnDomainConfigurationProps
AWS IoT Core currently supports only the
DATAservice type.
getServiceType in interface CfnDomainConfigurationPropspublic final 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 CfnDomainConfigurationPropspublic final String getValidationCertificateArn()
CfnDomainConfigurationPropsThis certificate must be signed by a public certificate authority. This value is not required for AWS -managed domains.
getValidationCertificateArn in interface CfnDomainConfigurationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.