We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.frauddetector.getList
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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.
- Created
Time string - The time when the list was created.
- Description string
- The description of the list.
- Elements List<string>
- The elements in this list.
- Last
Updated stringTime - The time when the list was last updated.
- List<Pulumi.
Aws Native. Outputs. Tag> - Tags associated with this list.
- Variable
Type string - The variable type of the list.
- Arn string
- The list ARN.
- Created
Time string - The time when the list was created.
- Description string
- The description of the list.
- Elements []string
- The elements in this list.
- Last
Updated stringTime - The time when the list was last updated.
- Tag
- Tags associated with this list.
- Variable
Type string - The variable type of the list.
- arn String
- The list ARN.
- created
Time String - The time when the list was created.
- description String
- The description of the list.
- elements List<String>
- The elements in this list.
- last
Updated StringTime - The time when the list was last updated.
- List<Tag>
- Tags associated with this list.
- variable
Type String - The variable type of the list.
- arn string
- The list ARN.
- created
Time string - The time when the list was created.
- description string
- The description of the list.
- elements string[]
- The elements in this list.
- last
Updated stringTime - The time when the list was last updated.
- Tag[]
- Tags associated with this list.
- variable
Type 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_ strtime - The time when the list was last updated.
- Sequence[root_Tag]
- Tags associated with this list.
- variable_
type str - The variable type of the list.
- arn String
- The list ARN.
- created
Time String - The time when the list was created.
- description String
- The description of the list.
- elements List<String>
- The elements in this list.
- last
Updated StringTime - The time when the list was last updated.
- List<Property Map>
- Tags associated with this list.
- variable
Type String - The variable type of the list.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi