@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:45.531Z")
public interface CfnDomainNameProps
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() |
java.lang.String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
|
default java.lang.String |
getDescription()
The decription for your domain name.
|
java.lang.String |
getDomainName()
The domain name.
|
java.lang.String getCertificateArn()
This will be an AWS Certificate Manager certificate.
java.lang.String getDomainName()
default java.lang.String getDescription()
static CfnDomainNameProps.Builder builder()
CfnDomainNameProps.Builder
of CfnDomainNameProps