@Stability(value=Stable)
public static interface CfnContainer.PublicDomainNameProperty
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.lightsail.*;
PublicDomainNameProperty publicDomainNameProperty = PublicDomainNameProperty.builder()
.certificateName("certificateName")
.domainNames(List.of("domainNames"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnContainer.PublicDomainNameProperty.Builder
A builder for
CfnContainer.PublicDomainNameProperty |
static class |
CfnContainer.PublicDomainNameProperty.Jsii$Proxy
An implementation for
CfnContainer.PublicDomainNameProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnContainer.PublicDomainNameProperty.Builder |
builder() |
default String |
getCertificateName()
The name of the certificate for the public domains.
|
default List<String> |
getDomainNames()
The public domain names to use with the container service.
|
@Stability(value=Stable) @Nullable default String getCertificateName()
@Stability(value=Stable) @Nullable default List<String> getDomainNames()
@Stability(value=Stable) static CfnContainer.PublicDomainNameProperty.Builder builder()
Copyright © 2022. All rights reserved.