aws.migration_hub_refactor_spaces.get_service
Example SQL Queries
SELECT * FROMaws.migration_hub_refactor_spaces.get_serviceWHERE"application_identifier" = 'VALUE'AND "environment_identifier" = 'VALUE'AND "service_identifier" = 'VALUE';Description
Gets an Amazon Web Services Migration Hub Refactor Spaces service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_identifier Required Input Column The ID of the application. | VARCHAR |
| environment_identifier Required Input Column The ID of the environment. | VARCHAR |
| service_identifier Required Input Column The ID of the service. | 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
| |
| application_id The ID of the application. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the service. | VARCHAR |
| created_by_account_id The Amazon Web Services account ID of the service creator. | VARCHAR |
| created_time The timestamp of when the service is created. | TIMESTAMP_S |
| description The description of the service. | VARCHAR |
| endpoint_type The endpoint type of the service. | VARCHAR |
| environment_id The unique identifier of the environment. | VARCHAR |
| error Any error associated with the service resource. | STRUCT( |
Show child fields
| |
| lambda_endpoint The configuration for the Lambda endpoint type. The Arn is the Amazon Resource Name (ARN) of the Lambda function associated with this service. | STRUCT( |
Show child fields
| |
| last_updated_time A timestamp that indicates when the service was last updated. | TIMESTAMP_S |
| name The name of the service. | VARCHAR |
| owner_account_id The Amazon Web Services account ID of the service owner. | VARCHAR |
| service_id The unique identifier of the service. | VARCHAR |
| state The current state of the service. | VARCHAR |
| tags The tags assigned to the service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. | MAP(VARCHAR, VARCHAR) |
| url_endpoint The configuration for the URL endpoint type. The Url isthe URL of the endpoint type. The HealthUrl is the health check URL of the endpoint type. | STRUCT( |
Show child fields
| |
| vpc_id The ID of the virtual private cloud (VPC). | VARCHAR |