getPrefixListOutput function
Output<GetPrefixListResult>
getPrefixListOutput(
- GetPrefixListArgs args, {
- InvokeOutputOptions? options,
Implementation
pulumi.Output<GetPrefixListResult> getPrefixListOutput(
GetPrefixListArgs args, {
pulumi.InvokeOutputOptions? options,
}) {
return pulumi.invokeOutput<Map<String, dynamic>>(
'aws:ec2/getPrefixList:getPrefixList',
pulumi.Input.mapToInputs(args.toMap()),
options: options,
).apply(GetPrefixListResult.fromMap);
}