opsworkscm_export_server_engine_attribute {paws.management} | R Documentation |
Exports a specified server engine attribute as a base64-encoded string. For example, you can export user data that you can use in EC2 to associate nodes with a server.
See https://www.paws-r-sdk.com/docs/opsworkscm_export_server_engine_attribute/ for full documentation.
opsworkscm_export_server_engine_attribute(
ExportAttributeName,
ServerName,
InputAttributes = NULL
)
ExportAttributeName |
[required] The name of the export attribute. Currently, the supported export
attribute is |
ServerName |
[required] The name of the server from which you are exporting the attribute. |
InputAttributes |
The list of engine attributes. The list type is
|