Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttlscertificateauthority.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnecttlscertificateauthority.html#cfn-ecs-service-serviceconnecttlscertificateauthority-awspcaauthorityarn

Back to top Generated by DocFX