Interface CfnService.ServiceConnectTlsCertificateAuthorityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnService.ServiceConnectTlsCertificateAuthorityProperty.Jsii$Proxy
- Enclosing class:
CfnService
@Stability(Stable)
public static interface CfnService.ServiceConnectTlsCertificateAuthorityProperty
extends software.amazon.jsii.JsiiSerializable
The certificate root authority that secures your service.
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.ecs.*; ServiceConnectTlsCertificateAuthorityProperty serviceConnectTlsCertificateAuthorityProperty = ServiceConnectTlsCertificateAuthorityProperty.builder() .awsPcaAuthorityArn("awsPcaAuthorityArn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnService.ServiceConnectTlsCertificateAuthorityProperty
static final class
An implementation forCfnService.ServiceConnectTlsCertificateAuthorityProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsPcaAuthorityArn
The ARN of the AWS Private Certificate Authority certificate.- See Also:
-
builder
@Stability(Stable) static CfnService.ServiceConnectTlsCertificateAuthorityProperty.Builder builder()
-