Show / Hide Table of Contents

Class CfnService.ServiceConnectTlsCertificateAuthorityProperty

The certificate root authority that secures your service.

Inheritance
object
CfnService.ServiceConnectTlsCertificateAuthorityProperty
Implements
CfnService.IServiceConnectTlsCertificateAuthorityProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.AWS.ECS;

             var serviceConnectTlsCertificateAuthorityProperty = new ServiceConnectTlsCertificateAuthorityProperty {
                 AwsPcaAuthorityArn = "awsPcaAuthorityArn"
             };

Properties

AwsPcaAuthorityArn

The ARN of the AWS Private Certificate Authority certificate.

public string? AwsPcaAuthorityArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnService.IServiceConnectTlsCertificateAuthorityProperty
Back to top Generated by DocFX