Interface CfnServicePropsMixin.IServiceConnectTlsCertificateAuthorityProperty
The certificate root authority that secures your service.
Namespace: Amazon.CDK.Mixins.Preview.AWS.ECS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnServicePropsMixin.IServiceConnectTlsCertificateAuthorityProperty
Syntax (vb)
Public Interface CfnServicePropsMixin.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.Mixins.Preview.AWS.ECS.Mixins;
var serviceConnectTlsCertificateAuthorityProperty = new ServiceConnectTlsCertificateAuthorityProperty {
AwsPcaAuthorityArn = "awsPcaAuthorityArn"
};
Synopsis
Properties
| AwsPcaAuthorityArn | The ARN of the AWS Private Certificate Authority certificate. |
Properties
AwsPcaAuthorityArn
The ARN of the AWS Private Certificate Authority certificate.
string? AwsPcaAuthorityArn { get; }