AWS::IoT::DomainConfigurationSpecifies a domain configuration.
import { CfnDomainConfiguration } from 'aws-cdk-lib/aws-iot';Or use the module namespace:
import * as iot from 'aws-cdk-lib/aws-iot';
// iot.CfnDomainConfigurationConfiguration passed to the constructor as CfnDomainConfigurationProps.
applicationProtocolOptionalstringAn enumerated string that specifies the application-layer protocol.
authenticationTypeOptionalstringAn enumerated string that specifies the authentication type.
authorizerConfigOptionalIResolvable | AuthorizerConfigPropertyAn object that specifies the authorization service for a domain.
clientCertificateConfigOptionalIResolvable | ClientCertificateConfigPropertyAn object that specifies the client certificate configuration for a domain.
domainConfigurationNameOptionalstringThe name of the domain configuration. This value must be unique to a region.
domainConfigurationStatusOptionalstringThe status to which the domain configuration should be updated. Valid values: `ENABLED` | `DISABLED`
domainNameOptionalstringThe name of the domain.
serverCertificateArnsOptionalstring[]The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for AWS -managed domains.
serverCertificateConfigOptionalIResolvable | ServerCertificateConfigPropertyThe server certificate configuration. For more information, see [Configurable endpoints](https://docs.aws.amazon.com//iot/latest/developerguide/iot-custom-endpoints-configurable.html) from the AWS IoT Core Developer Guide.
serviceTypeOptionalstringThe type of service delivered by the endpoint. > AWS IoT Core currently supports only the `DATA` service type.
tagsOptionalCfnTag[]Metadata which can be used to manage the domain configuration. > 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..."
tlsConfigOptionalIResolvable | TlsConfigPropertyAn object that specifies the TLS configuration for a domain.
validationCertificateArnOptionalstringThe certificate used to validate the server certificate and prove domain name ownership. This certificate must be signed by a public certificate authority. This value is not required for AWS -managed domains.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotAWS::IoT::DomainConfiguration