| Package | Description |
|---|---|
| software.amazon.awscdk.services.amplify |
AWS Amplify Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IBranch.Jsii$Default
Internal default implementation for
IBranch. |
| Modifier and Type | Class and Description |
|---|---|
class |
Branch
(experimental) An Amplify Console branch.
|
static class |
IBranch.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IBranch |
Branch.fromBranchName(software.constructs.Construct scope,
String id,
String branchName)
(experimental) Import an existing branch.
|
IBranch |
SubDomain.getBranch()
(experimental) The branch.
|
IBranch |
SubDomain.Jsii$Proxy.getBranch() |
| Modifier and Type | Method and Description |
|---|---|
SubDomain.Builder |
SubDomain.Builder.branch(IBranch branch)
Sets the value of
SubDomain.getBranch() |
Domain |
Domain.mapRoot(IBranch branch)
(experimental) Maps a branch to the domain root.
|
Domain |
Domain.mapSubDomain(IBranch branch)
(experimental) Maps a branch to a sub domain.
|
Domain |
Domain.mapSubDomain(IBranch branch,
String prefix)
(experimental) Maps a branch to a sub domain.
|
| Constructor and Description |
|---|
Jsii$Proxy(IBranch branch,
String prefix)
Constructor that initializes the object based on literal property values passed by the
SubDomain.Builder. |
Copyright © 2021. All rights reserved.