Class CfnDomainNameV2Props
(deprecated) Properties for defining a AWS::ApiGatewayV2::DomainName
.
Inheritance
System.Object
CfnDomainNameV2Props
Implements
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
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) |
DomainNameConfigurations | (deprecated) |
Tags | (deprecated) |
Constructors
CfnDomainNameV2Props()
public CfnDomainNameV2Props()
Properties
DomainName
(deprecated) AWS::ApiGatewayV2::DomainName.DomainName
.
public string DomainName { get; set; }
Property Value
System.String
Remarks
DomainNameConfigurations
(deprecated) AWS::ApiGatewayV2::DomainName.DomainNameConfigurations
.
public object DomainNameConfigurations { get; set; }
Property Value
System.Object
Remarks
Tags
(deprecated) AWS::ApiGatewayV2::DomainName.Tags
.
public object Tags { get; set; }
Property Value
System.Object