interface ServiceConnectTlsCertificateAuthorityProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECS.CfnService.ServiceConnectTlsCertificateAuthorityProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#CfnService_ServiceConnectTlsCertificateAuthorityProperty |
![]() | software.amazon.awscdk.services.ecs.CfnService.ServiceConnectTlsCertificateAuthorityProperty |
![]() | aws_cdk.aws_ecs.CfnService.ServiceConnectTlsCertificateAuthorityProperty |
![]() | 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.