ShareInvitation
The share invitation.
Contents
- LensAlias
-
The alias of the lens.
For AWS official lenses, this is either the lens alias, such as
serverless
, or the lens ARN, such asarn:aws:wellarchitected:us-west-2::lens/serverless
. Note that some operations (such as ExportLens and CreateLensShare) are not permitted on AWS official lenses.For custom lenses, this is the lens ARN, such as
arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens
.Each lens is identified by its LensSummary:LensAlias.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
- LensArn
-
The ARN for the lens.
Type: String
Required: No
- ShareInvitationId
-
The ID assigned to the share invitation.
Type: String
Pattern:
[0-9a-f]{32}
Required: No
- ShareResourceType
-
The resource type of the share invitation.
Type: String
Valid Values:
WORKLOAD | LENS
Required: No
- WorkloadId
-
The ID assigned to the workload. This ID is unique within an AWS Region.
Type: String
Pattern:
[0-9a-f]{32}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: