1. Packages
  2. AWS Native
  3. API Docs
  4. detective
  5. getGraph

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.detective.getGraph

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 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
    AutoEnableMembers bool
    Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Arn string
    The Detective graph ARN
    AutoEnableMembers bool
    Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
    Tags Tag
    arn String
    The Detective graph ARN
    autoEnableMembers Boolean
    Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
    tags List<Tag>
    arn string
    The Detective graph ARN
    autoEnableMembers boolean
    Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
    tags Tag[]
    arn str
    The Detective graph ARN
    auto_enable_members bool
    Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
    tags Sequence[root_Tag]
    arn String
    The Detective graph ARN
    autoEnableMembers Boolean
    Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
    tags List<Property Map>

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi