interface ServerCertificateSummaryProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.CfnDomainConfiguration.ServerCertificateSummaryProperty |
Java | software.amazon.awscdk.services.iot.CfnDomainConfiguration.ServerCertificateSummaryProperty |
Python | aws_cdk.aws_iot.CfnDomainConfiguration.ServerCertificateSummaryProperty |
TypeScript | @aws-cdk/aws-iot » CfnDomainConfiguration » ServerCertificateSummaryProperty |
An object that contains information about a server certificate.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot from '@aws-cdk/aws-iot';
const serverCertificateSummaryProperty: iot.CfnDomainConfiguration.ServerCertificateSummaryProperty = {
serverCertificateArn: 'serverCertificateArn',
serverCertificateStatus: 'serverCertificateStatus',
serverCertificateStatusDetail: 'serverCertificateStatusDetail',
};
Properties
Name | Type | Description |
---|---|---|
server | string | The ARN of the server certificate. |
server | string | The status of the server certificate. |
server | string | Details that explain the status of the server certificate. |
serverCertificateArn?
Type:
string
(optional)
The ARN of the server certificate.
serverCertificateStatus?
Type:
string
(optional)
The status of the server certificate.
serverCertificateStatusDetail?
Type:
string
(optional)
Details that explain the status of the server certificate.