| Package | Description |
|---|---|
| software.amazon.awscdk.services.apprunner |
AWS::AppRunner Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssetSource
(experimental) Represents the source from local assets.
|
class |
EcrPublicSource
(experimental) Represents the service source from ECR Public.
|
class |
EcrSource
(experimental) Represents the service source from ECR.
|
class |
GithubSource
(experimental) Represents the service source from a Github repository.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
ServiceProps.getSource()
(experimental) The source of the repository for the service.
|
Source |
ServiceProps.Jsii$Proxy.getSource() |
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.source(Source source)
(experimental) The source of the repository for the service.
|
ServiceProps.Builder |
ServiceProps.Builder.source(Source source)
Sets the value of
ServiceProps.getSource() |
Copyright © 2022. All rights reserved.