interface DomainNameConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APIGateway.CfnDomainNameV2.DomainNameConfigurationProperty |
Java | software.amazon.awscdk.services.apigateway.CfnDomainNameV2.DomainNameConfigurationProperty |
Python | aws_cdk.aws_apigateway.CfnDomainNameV2.DomainNameConfigurationProperty |
TypeScript (source) | @aws-cdk/aws-apigateway » CfnDomainNameV2 » DomainNameConfigurationProperty |
⚠️ Deprecated: moved to package aws-apigatewayv2
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigateway from '@aws-cdk/aws-apigateway';
const domainNameConfigurationProperty: apigateway.CfnDomainNameV2.DomainNameConfigurationProperty = {
certificateArn: 'certificateArn',
certificateName: 'certificateName',
endpointType: 'endpointType',
};
Properties
| Name | Type | Description |
|---|---|---|
| certificate | string | CfnDomainNameV2.DomainNameConfigurationProperty.CertificateArn. |
| certificate | string | CfnDomainNameV2.DomainNameConfigurationProperty.CertificateName. |
| endpoint | string | CfnDomainNameV2.DomainNameConfigurationProperty.EndpointType. |
certificateArn?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
CfnDomainNameV2.DomainNameConfigurationProperty.CertificateArn.
certificateName?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
CfnDomainNameV2.DomainNameConfigurationProperty.CertificateName.
endpointType?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
CfnDomainNameV2.DomainNameConfigurationProperty.EndpointType.

.NET
Java
Python
TypeScript (