String graphArn
The ARN of the behavior graph that the member account is accepting the invitation for.
The member account status in the behavior graph must be INVITED.
String graphArn
The ARN of the new behavior graph.
String graphArn
The ARN of the behavior graph to invite the member accounts to contribute their data to.
String message
Customized message text to include in the invitation email message to the invited member accounts.
Boolean disableEmailNotification
if set to true, then the member accounts do not receive email notifications. By default, this is set
to false, and the member accounts receive email notifications.
List<E> accounts
The list of AWS accounts to invite to become member accounts in the behavior graph. You can invite up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the AWS account root user email address.
List<E> members
The set of member account invitation requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation.
List<E> unprocessedAccounts
The list of accounts for which Detective was unable to process the invitation request. For each account, the list provides the reason why the request could not be processed. The list includes accounts that are already member accounts in the behavior graph.
String graphArn
The ARN of the behavior graph to disable.
List<E> accountIds
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
List<E> unprocessedAccounts
The list of member accounts that Detective was not able to delete from the behavior graph. For each member account, provides the reason that the deletion could not be processed.
String graphArn
The ARN of the behavior graph to remove the member account from.
The member account's member status in the behavior graph must be ENABLED.
String graphArn
The ARN of the behavior graph for which to request the member details.
List<E> accountIds
The list of AWS account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.
You cannot use GetMembers to retrieve information about member accounts that were removed from the
behavior graph.
List<E> memberDetails
The member account details that Detective is returning in response to the request.
List<E> unprocessedAccounts
The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
String nextToken
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
Integer maxResults
The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.
String nextToken
For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
Integer maxResults
The maximum number of behavior graph invitations to return in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
String graphArn
The ARN of the behavior graph for which to retrieve the list of member accounts.
String nextToken
For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
Integer maxResults
The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
List<E> memberDetails
The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
String nextToken
If there are more member accounts remaining in the results, then this is the pagination token to use to request the next page of member accounts.
String resourceArn
The ARN of the behavior graph for which to retrieve the tag values.
String accountId
The AWS account identifier for the member account.
String emailAddress
The AWS account root user email address for the member account.
String graphArn
The ARN of the behavior graph that the member account was invited to.
String masterId
The AWS account identifier of the administrator account for the behavior graph.
String administratorId
The AWS account identifier of the administrator account for the behavior graph.
String status
The current membership status of the member account. The status can have one of the following values:
INVITED - Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS - Indicates that Detective is verifying that the account identifier and
email address provided for the member account match. If they do match, then Detective sends the invitation. If
the email address and account identifier don't match, then the member cannot be added to the behavior graph.
VERIFICATION_FAILED - Indicates that the account and email address provided for the member account
do not match, and Detective did not send an invitation to the account.
ENABLED - Indicates that the member account accepted the invitation to contribute to the behavior
graph.
ACCEPTED_BUT_DISABLED - Indicates that the member account accepted the invitation but is prevented
from contributing data to the behavior graph. DisabledReason provides the reason why the member
account is not enabled.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
String disabledReason
For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member account is
not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH - Indicates that adding the member account would cause the data volume for the
behavior graph to be too high.
VOLUME_UNKNOWN - Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
Date invitedTime
The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch.
Date updatedTime
The date and time that the member account was last updated. The value is in milliseconds since the epoch.
Long volumeUsageInBytes
The data volume in bytes per day for the member account.
Date volumeUsageUpdatedTime
The data and time when the member account data volume was last updated.
Double percentOfGraphUtilization
The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent, and 100 indicates 100 percent.
Note that this is not the percentage of the behavior graph data volume.
For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB per day.
If the data volume for the member account is 40 GB per day, then PercentOfGraphUtilization is 25. It
represents 25% of the maximum allowed data volume.
Date percentOfGraphUtilizationUpdatedTime
The date and time when the graph utilization percentage was last updated.
String graphArn
The ARN of the behavior graph to reject the invitation to.
The member account's current member status in the behavior graph must be INVITED.
String resourceArn
The ARN of the behavior graph to assign the tags to.
Map<K,V> tags
The tags to assign to the behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.
Copyright © 2021. All rights reserved.