aws-cdk-lib.aws_iot.CfnDomainConfiguration.ServerCertificateSummaryProperty

interface ServerCertificateSummaryProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnDomainConfiguration.ServerCertificateSummaryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnDomainConfiguration_ServerCertificateSummaryProperty
Javasoftware.amazon.awscdk.services.iot.CfnDomainConfiguration.ServerCertificateSummaryProperty
Pythonaws_cdk.aws_iot.CfnDomainConfiguration.ServerCertificateSummaryProperty
TypeScript aws-cdk-lib » 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 { aws_iot as iot } from 'aws-cdk-lib';
const serverCertificateSummaryProperty: iot.CfnDomainConfiguration.ServerCertificateSummaryProperty = {
  serverCertificateArn: 'serverCertificateArn',
  serverCertificateStatus: 'serverCertificateStatus',
  serverCertificateStatusDetail: 'serverCertificateStatusDetail',
};

Properties

NameTypeDescription
serverCertificateArn?stringThe ARN of the server certificate.
serverCertificateStatus?stringThe status of the server certificate.
serverCertificateStatusDetail?stringDetails 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.