ImportInstruction
A single set of import instructions for a resource type, typically rendered as a tab.
Resource types may ship multiple instruction variants (e.g., one for the CLI and one
for the cloud console) so users can pick the workflow they prefer when importing an
existing resource. The label is the tab heading; the content is the markdown body.
type ImportInstruction {
label: String!
content: String!
}
Fields
ImportInstruction.label ● String! non-null scalar {#label}
Short heading shown above this instruction set (e.g., "AWS CLI", "AWS Console").
ImportInstruction.content ● String! non-null scalar {#content}
Markdown body of the instructions. Already decoded from any base64 transport encoding.
Member Of
ResourceType object