Class CfnDomainNameV2Props
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
(deprecated) Properties for defining a AWS::ApiGatewayV2::DomainName
.
public class CfnDomainNameV2Props : ICfnDomainNameV2Props
- Inheritance
-
CfnDomainNameV2Props
- Implements
- Inherited Members
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
Stability: Deprecated
ExampleMetadata: fixture=_generated
Constructors
CfnDomainNameV2Props()
public CfnDomainNameV2Props()
Properties
DomainName
(deprecated) AWS::ApiGatewayV2::DomainName.DomainName
.
[Obsolete]
public string DomainName { get; set; }
Property Value
Remarks
Stability: Deprecated
DomainNameConfigurations
(deprecated) AWS::ApiGatewayV2::DomainName.DomainNameConfigurations
.
[Obsolete]
public object? DomainNameConfigurations { get; set; }
Property Value
Remarks
Stability: Deprecated
Tags
(deprecated) AWS::ApiGatewayV2::DomainName.Tags
.
[Obsolete]
public object? Tags { get; set; }