@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.665Z") @Stability(value=Stable) public interface CfnDomainNameProps 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.appsync.*;
CfnDomainNameProps cfnDomainNameProps = CfnDomainNameProps.builder()
.certificateArn("certificateArn")
.domainName("domainName")
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomainNameProps.Builder
A builder for
CfnDomainNameProps |
static class |
CfnDomainNameProps.Jsii$Proxy
An implementation for
CfnDomainNameProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomainNameProps.Builder |
builder() |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
|
default String |
getDescription()
The decription for your domain name.
|
String |
getDomainName()
The domain name.
|
@Stability(value=Stable) @NotNull String getCertificateArn()
This will be an AWS Certificate Manager certificate.
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnDomainNameProps.Builder builder()
CfnDomainNameProps.Builder of CfnDomainNamePropsCopyright © 2022. All rights reserved.