AWS::Detective::MemberInvitationResource schema for AWS::Detective::MemberInvitation
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GraphArn | string | RequiredCreate-only |
MemberEmailAddress | string | Required |
MemberId | string | RequiredCreate-only |
DisableEmailNotification | boolean | Write-only |
Message | string | Write-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Detective::MemberInvitation
Resources:
MyResource:
Type: AWS::Detective::MemberInvitation
Properties:
GraphArn: "arn:aws:service:region:account:resource"
MemberId: "my-memberid"
MemberEmailAddress: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
detective:CreateMembersdetective:GetMembersdetective:GetMembersdetective:DeleteMembersdetective:ListGraphsdetective:ListMembersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGraphArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GraphArnMemberId