type property
The type of service.
-
AWS Resource - The type of an AWS resource. For example,
AWS::EC2::Instancefor an application running on Amazon EC2 orAWS::DynamoDB::Tablefor an Amazon DynamoDB table that the application used. -
AWS Service - The type of an AWS service. For example,
AWS::DynamoDBfor downstream calls to Amazon DynamoDB that didn't target a specific table. -
client- Represents the clients that sent requests to a root service. -
remote- A downstream service of indeterminate type.
Implementation
final String? type;