aws.datasync.describe_location_fsx_lustre
Example SQL Queries
SELECT * FROMaws.datasync.describe_location_fsx_lustreWHERE"location_arn" = 'VALUE';Description
Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.
Table Definition
| Column Name | Column Data Type |
|---|---|
| location_arn Required Input Column The Amazon Resource Name (ARN) of the FSx for Lustre location that was described. | 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 |
| creation_time The time that the FSx for Lustre location was created. | TIMESTAMP_S |
| location_uri The URI of the FSx for Lustre location that was described. | VARCHAR |
| security_group_arns The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system. | VARCHAR[] |
Show child fields
| |