Type
- class aws_cdk.aws_appsync.Type(value)
Bases:
Enum(experimental) Enum containing the Types that can be used to define ObjectTypes.
- Stability:
experimental
Attributes
- AWS_DATE
(experimental)
AWSDatescalar type represents a valid extendedISO 8601 Datestring.In other words, accepts date strings in the form of
YYYY-MM-DD. It accepts time zone offsets.- See:
- Stability:
experimental
- AWS_DATE_TIME
(experimental)
AWSDateTimescalar type represents a valid extendedISO 8601 DateTimestring.In other words, accepts date strings in the form of
YYYY-MM-DDThh:mm:ss.sssZ. It accepts time zone offsets.- See:
https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations
- Stability:
experimental
- AWS_EMAIL
(experimental)
AWSEmailscalar type represents an email address string (i.e.``username@example.com``).- Stability:
experimental
- AWS_IP_ADDRESS
(experimental)
AWSIPAddressscalar type respresents a validIPv4ofIPv6address string.- Stability:
experimental
- AWS_JSON
(experimental)
AWSJsonscalar type represents a JSON string.- Stability:
experimental
- AWS_PHONE
(experimental)
AWSPhonescalar type represents a valid phone number. Phone numbers maybe be whitespace delimited or hyphenated.The number can specify a country code at the beginning, but is not required for US phone numbers.
- Stability:
experimental
- AWS_TIME
(experimental)
AWSTimescalar type represents a valid extendedISO 8601 Timestring.In other words, accepts date strings in the form of
hh:mm:ss.sss. It accepts time zone offsets.- See:
- Stability:
experimental
- AWS_TIMESTAMP
(experimental)
AWSTimestampscalar type represents the number of seconds since1970-01-01T00:00Z.Timestamps are serialized and deserialized as numbers.
- Stability:
experimental
- AWS_URL
(experimental)
AWSURLscalar type represetns a valid URL string.URLs wihtout schemes or contain double slashes are considered invalid.
- Stability:
experimental
- BOOLEAN
(experimental)
Booleanscalar type is a boolean value: true or false.- Stability:
experimental
- FLOAT
(experimental)
Floatscalar type is a signed double-precision fractional value.- Stability:
experimental
- ID
(experimental)
IDscalar type is a unique identifier.IDtype is serialized similar toString.Often used as a key for a cache and not intended to be human-readable.
- Stability:
experimental
- INT
(experimental)
Intscalar type is a signed non-fractional numerical value.- Stability:
experimental
- INTERMEDIATE
(experimental) Type used for Intermediate Types (i.e. an interface or an object type).
- Stability:
experimental
- STRING
(experimental)
Stringscalar type is a free-form human-readable text.- Stability:
experimental