aws.codedeploy.get_application
Example SQL Queries
SELECT * FROMaws.codedeploy.get_applicationWHERE"application_name" = 'VALUE';Description
Gets information about an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_name Required Input Column The name of an CodeDeploy application associated with the user or Amazon Web Services account. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| application Information about the application. | STRUCT( |
Show child fields
| |