Table of Contents

Class CfnDomainNameV2.DomainNameConfigurationProperty

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll
public class CfnDomainNameV2.DomainNameConfigurationProperty : CfnDomainNameV2.IDomainNameConfigurationProperty
Inheritance
CfnDomainNameV2.DomainNameConfigurationProperty
Implements
Inherited Members

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.APIGateway;

             var domainNameConfigurationProperty = new DomainNameConfigurationProperty {
                 CertificateArn = "certificateArn",
                 CertificateName = "certificateName",
                 EndpointType = "endpointType"
             };

Remarks

Constructors

DomainNameConfigurationProperty()

public DomainNameConfigurationProperty()

Properties

CertificateArn

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.CertificateArn.

[Obsolete]
public string? CertificateArn { get; set; }

Property Value

string

Remarks

CertificateName

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.CertificateName.

[Obsolete]
public string? CertificateName { get; set; }

Property Value

string

Remarks

EndpointType

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.EndpointType.

[Obsolete]
public string? EndpointType { get; set; }

Property Value

string

Remarks