aws-native.detective.getGraph
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
- List<Pulumi.
Aws Native. Detective. Outputs. Graph Tag>
- Arn string
The Detective graph ARN
- []Graph
Tag
- arn String
The Detective graph ARN
- List<Graph
Tag>
- arn string
The Detective graph ARN
- Graph
Tag[]
- arn str
The Detective graph ARN
- Sequence[Graph
Tag]
- arn String
The Detective graph ARN
- List<Property Map>
Supporting Types
GraphTag
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- key str
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- value str
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0