Interface CfnDomainNameV2.IDomainNameConfigurationProperty
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
[Obsolete("moved to package aws-apigatewayv2")]
public interface CfnDomainNameV2.IDomainNameConfigurationProperty
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"
};
Remarks
Stability: Deprecated
ExampleMetadata: fixture=_generated
Properties
CertificateArn
(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.CertificateArn
.
[Obsolete]
string? CertificateArn { get; }
Property Value
Remarks
Stability: Deprecated
CertificateName
(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.CertificateName
.
[Obsolete]
string? CertificateName { get; }
Property Value
Remarks
Stability: Deprecated
EndpointType
(deprecated) CfnDomainNameV2.DomainNameConfigurationProperty.EndpointType
.
[Obsolete]
string? EndpointType { get; }