We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 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)
public static Output<GetListResult> getList(GetListArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:frauddetector:getList
arguments:
# arguments dictionaryThe 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 Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
