interface ServiceConnectTlsCertificateAuthorityProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ECS.Mixins.CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsecs/mixins#CfnServicePropsMixin_ServiceConnectTlsCertificateAuthorityProperty |
Java | software.amazon.awscdk.mixins.preview.services.ecs.mixins.CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty |
Python | aws_cdk.mixins_preview.aws_ecs.mixins.CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ecs » mixins » CfnServicePropsMixin » 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 { mixins as ecs_mixins } from '@aws-cdk/mixins-preview/aws-ecs';
const serviceConnectTlsCertificateAuthorityProperty: ecs_mixins.CfnServicePropsMixin.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