Interface SubDomain
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SubDomain.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-10-31T19:13:07.667Z")
@Stability(Experimental)
public interface SubDomain
extends software.amazon.jsii.JsiiSerializable
(experimental) Sub domain settings.
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.amplify.alpha.*; Branch branch; SubDomain subDomain = SubDomain.builder() .branch(branch) // the properties below are optional .prefix("prefix") .build();
-
Method Details
-
getBranch
(experimental) The branch. -
getPrefix
(experimental) The prefix.Use '' to map to the root of the domain
Default: - the branch name
-
builder
- Returns:
- a
SubDomain.Builder
ofSubDomain
-