1. Packages
  2. AWS Native
  3. API Docs
  4. frauddetector
  5. getList

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.frauddetector.getList

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

    A resource schema for a List in Amazon Fraud Detector.

    Using getList

    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 getList(args: GetListArgs, opts?: InvokeOptions): Promise<GetListResult>
    function getListOutput(args: GetListOutputArgs, opts?: InvokeOptions): Output<GetListResult>
    def get_list(arn: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetListResult
    def get_list_output(arn: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetListResult]
    func LookupList(ctx *Context, args *LookupListArgs, opts ...InvokeOption) (*LookupListResult, error)
    func LookupListOutput(ctx *Context, args *LookupListOutputArgs, opts ...InvokeOption) LookupListResultOutput

    > Note: This function is named LookupList in the Go SDK.

    public static class GetList 
    {
        public static Task<GetListResult> InvokeAsync(GetListArgs args, InvokeOptions? opts = null)
        public static Output<GetListResult> Invoke(GetListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetListResult> getList(GetListArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:frauddetector:getList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The list ARN.
    Arn string
    The list ARN.
    arn String
    The list ARN.
    arn string
    The list ARN.
    arn str
    The list ARN.
    arn String
    The list ARN.

    getList Result

    The following output properties are available:

    Arn string
    The list ARN.
    CreatedTime string
    The time when the list was created.
    Description string
    The description of the list.
    Elements List<string>
    The elements in this list.
    LastUpdatedTime string
    The time when the list was last updated.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags associated with this list.
    VariableType string
    The variable type of the list.
    Arn string
    The list ARN.
    CreatedTime string
    The time when the list was created.
    Description string
    The description of the list.
    Elements []string
    The elements in this list.
    LastUpdatedTime string
    The time when the list was last updated.
    Tags Tag
    Tags associated with this list.
    VariableType string
    The variable type of the list.
    arn String
    The list ARN.
    createdTime String
    The time when the list was created.
    description String
    The description of the list.
    elements List<String>
    The elements in this list.
    lastUpdatedTime String
    The time when the list was last updated.
    tags List<Tag>
    Tags associated with this list.
    variableType String
    The variable type of the list.
    arn string
    The list ARN.
    createdTime string
    The time when the list was created.
    description string
    The description of the list.
    elements string[]
    The elements in this list.
    lastUpdatedTime string
    The time when the list was last updated.
    tags Tag[]
    Tags associated with this list.
    variableType string
    The variable type of the list.
    arn str
    The list ARN.
    created_time str
    The time when the list was created.
    description str
    The description of the list.
    elements Sequence[str]
    The elements in this list.
    last_updated_time str
    The time when the list was last updated.
    tags Sequence[root_Tag]
    Tags associated with this list.
    variable_type str
    The variable type of the list.
    arn String
    The list ARN.
    createdTime String
    The time when the list was created.
    description String
    The description of the list.
    elements List<String>
    The elements in this list.
    lastUpdatedTime String
    The time when the list was last updated.
    tags List<Property Map>
    Tags associated with this list.
    variableType String
    The variable type of the list.

    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