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