404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.119.11.179: ~ $
**To invite member accounts to a behavior graph**

The following ``create-members`` example invites two AWS accounts to become member accounts in the behavior graph arn:aws:detective:us-east-1:111122223333:graph:123412341234. For each account, the request provides the AWS account ID and the account root user email address. The request includes a custom message to insert into the invitation email. ::

    aws detective create-members \
        --accounts AccountId=444455556666,EmailAddress=mmajor@example.com AccountId=123456789012,EmailAddress=jstiles@example.com \
        --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 \
        --message "This is Paul Santos. I need to add your account to the data we use for security investigation in Amazon Detective. If you have any questions, contact me at psantos@example.com."

Output::

    {
        "Members": [ 
        { 
            "AccountId": "444455556666",
            "AdministratorId": "111122223333",
            "EmailAddress": "mmajor@example.com",
            "GraphArn": "arn:aws:detective:us-east-1:111122223333:graph:123412341234",
            "InvitedTime": 1579826107000,
            "MasterId": "111122223333",
            "Status": "INVITED",
            "UpdatedTime": 1579826107000
       },
       { 
            "AccountId": "123456789012",
            "AdministratorId": "111122223333",
            "EmailAddress": "jstiles@example.com",
            "GraphArn": "arn:aws:detective:us-east-1:111122223333:graph:123412341234",
            "InvitedTime": 1579826107000,
            "MasterId": "111122223333",
            "Status": "VERIFICATION_IN_PROGRESS",
            "UpdatedTime": 1579826107000
         }
        ],
        "UnprocessedAccounts": [ ]
    }

For more information, see `Inviting member accounts to a behavior graph<https://docs.aws.amazon.com/detective/latest/adminguide/graph-admin-add-member-accounts.html>`__ in the *Amazon Detective Administration Guide*.

**To invite member accounts without sending invitation emails**

The following ``create-members`` example invites two AWS accounts to become member accounts in the behavior graph arn:aws:detective:us-east-1:111122223333:graph:123412341234. For each account, the request provides the AWS account ID and the account root user email address. The member accounts do not receive invitation emails. ::

    aws detective create-members \
        --accounts AccountId=444455556666,EmailAddress=mmajor@example.com AccountId=123456789012,EmailAddress=jstiles@example.com \
        --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 \
        --disable-email-notification

Output::

    {
        "Members": [ 
        { 
            "AccountId": "444455556666",
            "AdministratorId": "111122223333",
            "EmailAddress": "mmajor@example.com",
            "GraphArn": "arn:aws:detective:us-east-1:111122223333:graph:123412341234",
            "InvitedTime": 1579826107000,
            "MasterId": "111122223333",
            "Status": "INVITED",
            "UpdatedTime": 1579826107000
       },
       { 
            "AccountId": "123456789012",
            "AdministratorId": "111122223333",
            "EmailAddress": "jstiles@example.com",
            "GraphArn": "arn:aws:detective:us-east-1:111122223333:graph:123412341234",
            "InvitedTime": 1579826107000,
            "MasterId": "111122223333",
            "Status": "VERIFICATION_IN_PROGRESS",
            "UpdatedTime": 1579826107000
         }
        ],
        "UnprocessedAccounts": [ ]
    }

For more information, see `Inviting member accounts to a behavior graph<https://docs.aws.amazon.com/detective/latest/adminguide/graph-admin-add-member-accounts.html>`__ in the *Amazon Detective Administration Guide*.

Filemanager

Name Type Size Permission Actions
accept-invitation.rst File 614 B 0644
create-graph.rst File 745 B 0644
create-members.rst File 3.71 KB 0644
delete-graph.rst File 496 B 0644
delete-members.rst File 779 B 0644
disassociate-membership.rst File 570 B 0644
get-members.rst File 1.55 KB 0644
list-graphs.rst File 478 B 0644
list-invitations.rst File 1.02 KB 0644
list-members.rst File 1.74 KB 0644
list-tags-for-resource.rst File 583 B 0644
reject-invitation.rst File 617 B 0644
tag-resource.rst File 540 B 0644
untag-resource.rst File 526 B 0644