Interface CfnDomainConfiguration.ServerCertificateSummaryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomainConfiguration.ServerCertificateSummaryProperty.Jsii$Proxy
- Enclosing class:
CfnDomainConfiguration
@Stability(Stable)
public static interface CfnDomainConfiguration.ServerCertificateSummaryProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iot.*; ServerCertificateSummaryProperty serverCertificateSummaryProperty = ServerCertificateSummaryProperty.builder() .serverCertificateArn("serverCertificateArn") .serverCertificateStatus("serverCertificateStatus") .serverCertificateStatusDetail("serverCertificateStatusDetail") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDomainConfiguration.ServerCertificateSummaryProperty
static final class
An implementation forCfnDomainConfiguration.ServerCertificateSummaryProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServerCertificateArn
The ARN of the server certificate.- See Also:
-
getServerCertificateStatus
The status of the server certificate.- See Also:
-
getServerCertificateStatusDetail
Details that explain the status of the server certificate.- See Also:
-
builder
-