interface ServiceConnectTlsCertificateAuthorityProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.ECS.CfnService.ServiceConnectTlsCertificateAuthorityProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#CfnService_ServiceConnectTlsCertificateAuthorityProperty | 
  Java | software.amazon.awscdk.services.ecs.CfnService.ServiceConnectTlsCertificateAuthorityProperty | 
  Python | aws_cdk.aws_ecs.CfnService.ServiceConnectTlsCertificateAuthorityProperty | 
  TypeScript  | aws-cdk-lib » aws_ecs » CfnService » ServiceConnectTlsCertificateAuthorityProperty | 
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 { aws_ecs as ecs } from 'aws-cdk-lib';
const serviceConnectTlsCertificateAuthorityProperty: ecs.CfnService.ServiceConnectTlsCertificateAuthorityProperty = {
  awsPcaAuthorityArn: 'awsPcaAuthorityArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| aws | string | The ARN of the AWS Private Certificate Authority certificate. | 
awsPcaAuthorityArn?
Type:
string
(optional)
The ARN of the AWS Private Certificate Authority certificate.

 .NET
 Go
 Java
 Python
 TypeScript