RevisionLocation
Information about the location of an application revision.
Contents
- appSpecContent
-
The content of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.
Type: AppSpecContent object
Required: No
- gitHubLocation
-
Information about the location of application artifacts stored in GitHub.
Type: GitHubLocation object
Required: No
- revisionType
-
The type of application revision:
-
S3: An application revision stored in Amazon S3.
-
GitHub: An application revision stored in GitHub (EC2/On-premises deployments only).
-
String: A YAML-formatted or JSON-formatted string (AWS Lambda deployments only).
-
AppSpecContent: An
AppSpecContent
object that contains the contents of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.
Type: String
Valid Values:
S3 | GitHub | String | AppSpecContent
Required: No
-
- s3Location
-
Information about the location of a revision stored in Amazon S3.
Type: S3Location object
Required: No
- string
-
This member has been deprecated.
Information about the location of an AWS Lambda deployment revision stored as a RawString.
Type: RawString object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: