Show / Hide Table of Contents

Class CfnDomainNameV2Props

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

Inheritance
System.Object
CfnDomainNameV2Props
Implements
ICfnDomainNameV2Props
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.AWS.APIGateway.dll
Syntax (csharp)
public class CfnDomainNameV2Props : Object, ICfnDomainNameV2Props
Syntax (vb)
Public Class CfnDomainNameV2Props
    Inherits Object
    Implements ICfnDomainNameV2Props
Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.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.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
};

Synopsis

Constructors

CfnDomainNameV2Props()

Properties

DomainName

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

DomainNameConfigurations

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

Tags

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

Constructors

CfnDomainNameV2Props()

public CfnDomainNameV2Props()

Properties

DomainName

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

public string DomainName { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname

DomainNameConfigurations

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

public object DomainNameConfigurations { get; set; }
Property Value

System.Object

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainnameconfigurations

Tags

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

public object Tags { get; set; }
Property Value

System.Object

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags

Implements

ICfnDomainNameV2Props
Back to top Generated by DocFX