ProjectSummary - AWS IoT 1-Click

ProjectSummary

An object providing summary information for a particular project for an associated AWS account and region.

Contents

createdDate

The date when the project was originally created, in UNIX epoch time format.

Type: Timestamp

Required: Yes

projectName

The name of the project being summarized.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: ^[0-9A-Za-z_-]+$

Required: Yes

updatedDate

The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.

Type: Timestamp

Required: Yes

arn

The ARN of the project.

Type: String

Pattern: ^arn:aws:iot1click:[A-Za-z0-9_/.-]{0,63}:\d+:projects/[0-9A-Za-z_-]{1,128}$

Required: No

tags

The tags (metadata key/value pairs) associated with the project.

Type: String to string map

Map Entries: Maximum number of 50 items.

Key Length Constraints: Minimum length of 1. Maximum length of 128.

Key Pattern: ^(?!aws:)[a-zA-Z+-=._:/]+$

Value Length Constraints: Maximum length of 256.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: