Class CfnService.ServiceConnectTlsCertificateAuthorityProperty
The certificate root authority that secures your service.
Inheritance
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ServiceConnectTlsCertificateAuthorityProperty : Object, CfnService.IServiceConnectTlsCertificateAuthorityProperty
Syntax (vb)
Public Class ServiceConnectTlsCertificateAuthorityProperty
Inherits Object
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
Service |
Properties
Aws |
The ARN of the AWS Private Certificate Authority certificate. |
Constructors
ServiceConnectTlsCertificateAuthorityProperty()
public ServiceConnectTlsCertificateAuthorityProperty()
Properties
AwsPcaAuthorityArn
The ARN of the AWS Private Certificate Authority certificate.
public string AwsPcaAuthorityArn { get; set; }
Property Value
System.