AWS Fundamentals Logo
AWS Fundamentals
AWS::Detective::MemberInvitation

Detective MemberInvitation

Resource schema for AWS::Detective::MemberInvitation

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
GraphArn
string
RequiredCreate-only
MemberEmailAddress
string
Required
MemberId
string
RequiredCreate-only
DisableEmailNotification
boolean
Write-only
Message
string
Write-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

detective:CreateMembersdetective:GetMembers

read

detective:GetMembers

update

delete

detective:DeleteMembers

list

detective:ListGraphsdetective:ListMembers

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDetective
Properties5
Required3
TaggingNot supported
Primary IDGraphArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

GraphArnMemberId

Related Resources

External Links