getPrefixListOutput function

Output<GetPrefixListResult> getPrefixListOutput(
  1. GetPrefixListArgs args, {
  2. 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);
}