interface TlsConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.CfnDomainConfiguration.TlsConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnDomainConfiguration_TlsConfigProperty |
Java | software.amazon.awscdk.services.iot.CfnDomainConfiguration.TlsConfigProperty |
Python | aws_cdk.aws_iot.CfnDomainConfiguration.TlsConfigProperty |
TypeScript | aws-cdk-lib » aws_iot » CfnDomainConfiguration » TlsConfigProperty |
An object that specifies the TLS configuration for a domain.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const tlsConfigProperty: iot.CfnDomainConfiguration.TlsConfigProperty = {
securityPolicy: 'securityPolicy',
};
Properties
Name | Type | Description |
---|---|---|
security | string | The security policy for a domain configuration. |
securityPolicy?
Type:
string
(optional)
The security policy for a domain configuration.
For more information, see Security policies in the AWS IoT Core developer guide .