メインコンテンツまでスキップ

AWSSSMDocumentParameter

No description

type AWSSSMDocumentParameter {
defaultValue: String!
description: String!
name: String!
type: AWSSSMDocumentParameterType!
}

Fields

AWSSSMDocumentParameter.defaultValue ● String! non-null scalar

If specified, the default values for the parameters

AWSSSMDocumentParameter.description ● String! non-null scalar

A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional

AWSSSMDocumentParameter.name ● String! non-null scalar

The name of the parameter

AWSSSMDocumentParameter.type ● AWSSSMDocumentParameterType! non-null enum

The type of parameter

Member of

AWSSSMDocument object