AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateGraph operation. Creates a new behavior graph for the calling account, and sets that account as the administrator account. This operation is called by the account that is enabling Detective.
The operation also enables Detective for the calling account in the currently selected Region. It returns the ARN of the new behavior graph.
CreateGraph
triggers a process to create the corresponding data tables for
the new behavior graph.
An account can only be the administrator account for one behavior graph within a Region.
If the same account calls CreateGraph
with the same administrator account,
it always returns the same behavior graph ARN. It does not create a new behavior graph.
Namespace: Amazon.Detective.Model
Assembly: AWSSDK.Detective.dll
Version: 3.x.y.z
public class CreateGraphRequest : AmazonDetectiveRequest IAmazonWebServiceRequest
The CreateGraphRequest type exposes the following members
Name | Description | |
---|---|---|
CreateGraphRequest() |
Name | Type | Description | |
---|---|---|---|
Tags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Tags. The tags to assign to the new 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. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5