@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:23.595Z") @Stability(value=Experimental) public interface DomainNameAttributes 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.apigatewayv2.*;
DomainNameAttributes domainNameAttributes = DomainNameAttributes.builder()
.name("name")
.regionalDomainName("regionalDomainName")
.regionalHostedZoneId("regionalHostedZoneId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DomainNameAttributes.Builder
A builder for
DomainNameAttributes |
static class |
DomainNameAttributes.Jsii$Proxy
An implementation for
DomainNameAttributes |
| Modifier and Type | Method and Description |
|---|---|
static DomainNameAttributes.Builder |
builder() |
String |
getName()
(experimental) domain name string.
|
String |
getRegionalDomainName()
(experimental) The domain name associated with the regional endpoint for this custom domain name.
|
String |
getRegionalHostedZoneId()
(experimental) The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
|
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @NotNull String getRegionalDomainName()
@Stability(value=Experimental) @NotNull String getRegionalHostedZoneId()
@Stability(value=Experimental) static DomainNameAttributes.Builder builder()
DomainNameAttributes.Builder of DomainNameAttributesCopyright © 2022. All rights reserved.