Show / Hide Table of Contents

Class CfnDomainNameV2.DomainNameConfigurationProperty

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

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-domainname-domainnameconfiguration.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 domainNameConfigurationProperty = new DomainNameConfigurationProperty {
    CertificateArn = "certificateArn",
    CertificateName = "certificateName",
    EndpointType = "endpointType"
};

Synopsis

Constructors

DomainNameConfigurationProperty()

Properties

CertificateArn

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.CertificateArn.

CertificateName

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.CertificateName.

EndpointType

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.EndpointType.

Constructors

DomainNameConfigurationProperty()

public DomainNameConfigurationProperty()

Properties

CertificateArn

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.CertificateArn.

public string CertificateArn { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

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

CertificateName

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.CertificateName.

public string CertificateName { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

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

EndpointType

(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.EndpointType.

public string EndpointType { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

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

Implements

CfnDomainNameV2.IDomainNameConfigurationProperty
Back to top Generated by DocFX