| 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 |
|---|---|
Domain.Builder |
Domain.Builder.app(IApp app)
(experimental) The application to which the domain must be connected.
|
Branch.Builder |
Branch.Builder.app(IApp app)
(experimental) The application within which the branch must be created.
|
BranchProps.Builder |
BranchProps.Builder.app(IApp app)
Sets the value of
BranchProps.getApp() |
DomainProps.Builder |
DomainProps.Builder.app(IApp app)
Sets the value of
DomainProps.getApp() |
| Constructor and Description |
|---|
Jsii$Proxy(IApp app,
Boolean autoBuild,
BasicAuth basicAuth,
String branchName,
BuildSpec buildSpec,
String description,
Map<String,String> environmentVariables,
String pullRequestEnvironmentName,
Boolean pullRequestPreview,
String stage)
Constructor that initializes the object based on literal property values passed by the
BranchProps.Builder. |
Jsii$Proxy(IApp app,
IRole autoSubDomainIamRole,
List<String> autoSubdomainCreationPatterns,
String domainName,
Boolean enableAutoSubdomain,
List<? extends SubDomain> subDomains)
Constructor that initializes the object based on literal property values passed by the
DomainProps.Builder. |
Copyright © 2021. All rights reserved.