AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.detective.getGraph
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource schema for AWS::Detective::Graph
Using getGraph
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGraph(args: GetGraphArgs, opts?: InvokeOptions): Promise<GetGraphResult>
function getGraphOutput(args: GetGraphOutputArgs, opts?: InvokeOptions): Output<GetGraphResult>
def get_graph(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGraphResult
def get_graph_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGraphResult]
func LookupGraph(ctx *Context, args *LookupGraphArgs, opts ...InvokeOption) (*LookupGraphResult, error)
func LookupGraphOutput(ctx *Context, args *LookupGraphOutputArgs, opts ...InvokeOption) LookupGraphResultOutput
> Note: This function is named LookupGraph
in the Go SDK.
public static class GetGraph
{
public static Task<GetGraphResult> InvokeAsync(GetGraphArgs args, InvokeOptions? opts = null)
public static Output<GetGraphResult> Invoke(GetGraphInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGraphResult> getGraph(GetGraphArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:detective:getGraph
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- The Detective graph ARN
- Arn string
- The Detective graph ARN
- arn String
- The Detective graph ARN
- arn string
- The Detective graph ARN
- arn str
- The Detective graph ARN
- arn String
- The Detective graph ARN
getGraph Result
The following output properties are available:
- Arn string
- The Detective graph ARN
- Auto
Enable boolMembers - Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tag values to assign to the new behavior graph.
- Arn string
- The Detective graph ARN
- Auto
Enable boolMembers - Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
- Tag
- The tag values to assign to the new behavior graph.
- arn String
- The Detective graph ARN
- auto
Enable BooleanMembers - Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
- List<Tag>
- The tag values to assign to the new behavior graph.
- arn string
- The Detective graph ARN
- auto
Enable booleanMembers - Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
- Tag[]
- The tag values to assign to the new behavior graph.
- arn str
- The Detective graph ARN
- auto_
enable_ boolmembers - Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
- Sequence[root_Tag]
- The tag values to assign to the new behavior graph.
- arn String
- The Detective graph ARN
- auto
Enable BooleanMembers - Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
- List<Property Map>
- The tag values to assign to the new behavior graph.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi