Table of Contents

Interface CfnDomainNameV2.IDomainNameConfigurationProperty

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll
[Obsolete("moved to package aws-apigatewayv2")]
public interface CfnDomainNameV2.IDomainNameConfigurationProperty

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

Properties

CertificateArn

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.CertificateArn.

[Obsolete]
string? CertificateArn { get; }

Property Value

string

Remarks

CertificateName

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.CertificateName.

[Obsolete]
string? CertificateName { get; }

Property Value

string

Remarks

EndpointType

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.EndpointType.

[Obsolete]
string? EndpointType { get; }

Property Value

string

Remarks