@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.604Z") @Stability(value=Deprecated) @Deprecated public interface CfnDomainNameV2Props extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
Object tags;
CfnDomainNameV2Props cfnDomainNameV2Props = CfnDomainNameV2Props.builder()
.domainName("domainName")
// the properties below are optional
.domainNameConfigurations(List.of(DomainNameConfigurationProperty.builder()
.certificateArn("certificateArn")
.certificateName("certificateName")
.endpointType("endpointType")
.build()))
.tags(tags)
.build();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomainNameV2Props.Builder
Deprecated.
|
static class |
CfnDomainNameV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDomainNameV2Props.Builder |
builder()
Deprecated.
|
String |
getDomainName()
Deprecated.
|
default Object |
getDomainNameConfigurations()
Deprecated.
|
default Object |
getTags()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getDomainName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname@Stability(value=Deprecated) @Deprecated @Nullable default Object getDomainNameConfigurations()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainnameconfigurations@Stability(value=Deprecated) @Deprecated @Nullable default Object getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-tags@Stability(value=Deprecated) @Deprecated static CfnDomainNameV2Props.Builder builder()
CfnDomainNameV2Props.Builder of CfnDomainNameV2PropsCopyright © 2022. All rights reserved.