Class CfnService.ServiceConnectTlsCertificateAuthorityProperty
The certificate root authority that secures your service.
Inherited Members
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnService.ServiceConnectTlsCertificateAuthorityProperty : CfnService.IServiceConnectTlsCertificateAuthorityProperty
Syntax (vb)
Public Class CfnService.ServiceConnectTlsCertificateAuthorityProperty Implements CfnService.IServiceConnectTlsCertificateAuthorityProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ECS;
var serviceConnectTlsCertificateAuthorityProperty = new ServiceConnectTlsCertificateAuthorityProperty {
AwsPcaAuthorityArn = "awsPcaAuthorityArn"
};
Synopsis
Constructors
ServiceConnectTlsCertificateAuthorityProperty() | The certificate root authority that secures your service. |
Properties
AwsPcaAuthorityArn | The ARN of the AWS Private Certificate Authority certificate. |
Constructors
ServiceConnectTlsCertificateAuthorityProperty()
The certificate root authority that secures your service.
public ServiceConnectTlsCertificateAuthorityProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ECS;
var serviceConnectTlsCertificateAuthorityProperty = new ServiceConnectTlsCertificateAuthorityProperty {
AwsPcaAuthorityArn = "awsPcaAuthorityArn"
};
Properties
AwsPcaAuthorityArn
The ARN of the AWS Private Certificate Authority certificate.
public string? AwsPcaAuthorityArn { get; set; }