| Package | Description |
|---|---|
| software.amazon.awscdk.services.amplify |
AWS Amplify Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IApp.Jsii$Default
Internal default implementation for
IApp. |
| Modifier and Type | Class and Description |
|---|---|
class |
App
(experimental) An Amplify Console application.
|
static class |
IApp.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IApp |
App.fromAppId(software.constructs.Construct scope,
String id,
String appId)
(experimental) Import an existing application.
|
IApp |
BranchProps.getApp()
(experimental) The application within which the branch must be created.
|
IApp |
BranchProps.Jsii$Proxy.getApp() |
IApp |
DomainProps.getApp()
(experimental) The application to which the domain must be connected.
|
IApp |
DomainProps.Jsii$Proxy.getApp() |
| Modifier and Type | Method and Description |
|---|---|
BranchProps.Builder |
BranchProps.Builder.app(IApp app)
Sets the value of
BranchProps.getApp() |
Branch.Builder |
Branch.Builder.app(IApp app)
(experimental) The application within which the branch must be created.
|
DomainProps.Builder |
DomainProps.Builder.app(IApp app)
Sets the value of
DomainProps.getApp() |
Domain.Builder |
Domain.Builder.app(IApp app)
(experimental) The application to which the domain must be connected.
|
Copyright © 2022. All rights reserved.