@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.056Z") @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()
`AWS::AppSync::DomainName.CertificateArn`.
|
default String |
getDescription()
`AWS::AppSync::DomainName.Description`.
|
String |
getDomainName()
`AWS::AppSync::DomainName.DomainName`.
|
@Stability(value=Stable) @NotNull String getCertificateArn()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) static CfnDomainNameProps.Builder builder()
CfnDomainNameProps.Builder of CfnDomainNamePropsCopyright © 2021. All rights reserved.