Class CfnDomainNameV2
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
(deprecated) A CloudFormation AWS::ApiGatewayV2::DomainName
.
[Obsolete("moved to package aws-apigatewayv2")]
public class CfnDomainNameV2 : CfnResource, IInspectable
- Inheritance
-
CfnDomainNameV2
- Implements
-
IInspectable
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 cfnDomainNameV2 = new CfnDomainNameV2(this, "MyCfnDomainNameV2", new CfnDomainNameV2Props {
DomainName = "domainName",
// the properties below are optional
DomainNameConfigurations = new [] { new DomainNameConfigurationProperty {
CertificateArn = "certificateArn",
CertificateName = "certificateName",
EndpointType = "endpointType"
} },
Tags = tags
});
Remarks
Stability: Deprecated
CloudformationResource: AWS::ApiGatewayV2::DomainName
ExampleMetadata: fixture=_generated
Constructors
CfnDomainNameV2(Construct, string, ICfnDomainNameV2Props)
(deprecated) Create a new AWS::ApiGatewayV2::DomainName
.
[Obsolete]
public CfnDomainNameV2(Construct scope, string id, ICfnDomainNameV2Props props)
Parameters
scope
Construct- scope in which this resource is defined.
id
string- scoped id of the resource.
props
ICfnDomainNameV2Props- resource properties.
Remarks
Stability: Deprecated
Properties
AttrRegionalDomainName
[Obsolete]
public virtual string AttrRegionalDomainName { get; }
Property Value
Remarks
Stability: Deprecated
CloudformationAttribute: RegionalDomainName
AttrRegionalHostedZoneId
[Obsolete]
public virtual string AttrRegionalHostedZoneId { get; }
Property Value
Remarks
Stability: Deprecated
CloudformationAttribute: RegionalHostedZoneId
CFN_RESOURCE_TYPE_NAME
(deprecated) The CloudFormation resource type name for this resource class.
[Obsolete]
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
Stability: Deprecated
CfnProperties
[Obsolete]
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Remarks
Stability: Deprecated
DomainName
(deprecated) AWS::ApiGatewayV2::DomainName.DomainName
.
[Obsolete]
public virtual string DomainName { get; set; }
Property Value
Remarks
Stability: Deprecated
DomainNameConfigurations
(deprecated) AWS::ApiGatewayV2::DomainName.DomainNameConfigurations
.
[Obsolete]
public virtual object? DomainNameConfigurations { get; set; }
Property Value
Remarks
Stability: Deprecated
Tags
(deprecated) AWS::ApiGatewayV2::DomainName.Tags
.
[Obsolete]
public virtual TagManager Tags { get; }
Property Value
- TagManager
Remarks
Stability: Deprecated
Methods
Inspect(TreeInspector)
(deprecated) Examines the CloudFormation resource and discloses attributes.
[Obsolete]
public virtual void Inspect(TreeInspector inspector)
Parameters
inspector
TreeInspector- tree inspector to collect and process attributes.
Remarks
Stability: Deprecated
RenderProperties(IDictionary<string, object>)
[Obsolete]
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props
IDictionary<string, object>
Returns
Remarks
Stability: Deprecated