aws.opsworks.get_hostname_suggestion
Example SQL Queries
SELECT * FROMaws.opsworks.get_hostname_suggestionWHERE"layer_id" = 'VALUE';Description
Gets a generated host name for the specified layer, based on the current host name theme.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| layer_id Required Input Column The layer ID. | 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 |
| hostname The generated host name. | VARCHAR |