21 lines
656 B
YAML
21 lines
656 B
YAML
- release_tracks: [ALPHA, GA]
|
|
help_text:
|
|
brief: Show details about a Database Migration Service connection profile.
|
|
description: Show details about a connection profile.
|
|
examples: |
|
|
To show details about a connection profile, run:
|
|
|
|
$ {command} my-connection-profile --region=us-central1
|
|
|
|
request:
|
|
collection: datamigration.projects.locations.connectionProfiles
|
|
GA:
|
|
api_version: v1
|
|
ALPHA:
|
|
api_version: v1alpha2
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The connection profile you want to get the details of.
|
|
spec: !REF googlecloudsdk.command_lib.database_migration.resources:connection_profile
|