Table of Contents

Interface ICfnDomainNameV2Props

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll

(deprecated) Properties for defining a AWS::ApiGatewayV2::DomainName.

[Obsolete("moved to package aws-apigatewayv2")]
public interface ICfnDomainNameV2Props

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 tags;

             var cfnDomainNameV2Props = new CfnDomainNameV2Props {
                 DomainName = "domainName",

                 // the properties below are optional
                 DomainNameConfigurations = new [] { new DomainNameConfigurationProperty {
                     CertificateArn = "certificateArn",
                     CertificateName = "certificateName",
                     EndpointType = "endpointType"
                 } },
                 Tags = tags
             };

Remarks

Properties

DomainName

(deprecated) AWS::ApiGatewayV2::DomainName.DomainName.

[Obsolete]
string DomainName { get; }

Property Value

string

Remarks

DomainNameConfigurations

(deprecated) AWS::ApiGatewayV2::DomainName.DomainNameConfigurations.

[Obsolete]
object? DomainNameConfigurations { get; }

Property Value

object

Remarks

Tags

(deprecated) AWS::ApiGatewayV2::DomainName.Tags.

[Obsolete]
object? Tags { get; }

Property Value

object

Remarks