Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi
Using getMoqRelays
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 getMoqRelays(args: GetMoqRelaysArgs, opts?: InvokeOptions): Promise<GetMoqRelaysResult>
function getMoqRelaysOutput(args: GetMoqRelaysOutputArgs, opts?: InvokeOptions): Output<GetMoqRelaysResult>def get_moq_relays(account_id: Optional[str] = None,
asc: Optional[bool] = None,
created_after: Optional[str] = None,
created_before: Optional[str] = None,
max_items: Optional[int] = None,
per_page: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetMoqRelaysResult
def get_moq_relays_output(account_id: pulumi.Input[Optional[str]] = None,
asc: pulumi.Input[Optional[bool]] = None,
created_after: pulumi.Input[Optional[str]] = None,
created_before: pulumi.Input[Optional[str]] = None,
max_items: pulumi.Input[Optional[int]] = None,
per_page: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMoqRelaysResult]func LookupMoqRelays(ctx *Context, args *LookupMoqRelaysArgs, opts ...InvokeOption) (*LookupMoqRelaysResult, error)
func LookupMoqRelaysOutput(ctx *Context, args *LookupMoqRelaysOutputArgs, opts ...InvokeOption) LookupMoqRelaysResultOutput> Note: This function is named LookupMoqRelays in the Go SDK.
public static class GetMoqRelays
{
public static Task<GetMoqRelaysResult> InvokeAsync(GetMoqRelaysArgs args, InvokeOptions? opts = null)
public static Output<GetMoqRelaysResult> Invoke(GetMoqRelaysInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMoqRelaysResult> getMoqRelays(GetMoqRelaysArgs args, InvokeOptions options)
public static Output<GetMoqRelaysResult> getMoqRelays(GetMoqRelaysArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getMoqRelays:getMoqRelays
arguments:
# arguments dictionarydata "cloudflare_get_moq_relays" "name" {
# arguments
}The following arguments are supported:
- Account
Id string - Cloudflare account identifier.
- Asc bool
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - Created
After string - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - Created
Before string - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - Max
Items int - Max items to fetch, default: 1000
- Per
Page int - Maximum number of relays to return per page.
- Account
Id string - Cloudflare account identifier.
- Asc bool
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - Created
After string - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - Created
Before string - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - Max
Items int - Max items to fetch, default: 1000
- Per
Page int - Maximum number of relays to return per page.
- account_
id string - Cloudflare account identifier.
- asc bool
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - created_
after string - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - created_
before string - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - max_
items number - Max items to fetch, default: 1000
- per_
page number - Maximum number of relays to return per page.
- account
Id String - Cloudflare account identifier.
- asc Boolean
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - created
After String - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - created
Before String - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - max
Items Integer - Max items to fetch, default: 1000
- per
Page Integer - Maximum number of relays to return per page.
- account
Id string - Cloudflare account identifier.
- asc boolean
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - created
After string - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - created
Before string - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - max
Items number - Max items to fetch, default: 1000
- per
Page number - Maximum number of relays to return per page.
- account_
id str - Cloudflare account identifier.
- asc bool
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - created_
after str - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - created_
before str - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - max_
items int - Max items to fetch, default: 1000
- per_
page int - Maximum number of relays to return per page.
- account
Id String - Cloudflare account identifier.
- asc Boolean
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - created
After String - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - created
Before String - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - max
Items Number - Max items to fetch, default: 1000
- per
Page Number - Maximum number of relays to return per page.
getMoqRelays Result
The following output properties are available:
- Account
Id string - Cloudflare account identifier.
- Asc bool
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<Get
Moq Relays Result> - The items returned by the data source
- Created
After string - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - Created
Before string - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - Max
Items int - Max items to fetch, default: 1000
- Per
Page int - Maximum number of relays to return per page.
- Account
Id string - Cloudflare account identifier.
- Asc bool
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]Get
Moq Relays Result - The items returned by the data source
- Created
After string - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - Created
Before string - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - Max
Items int - Max items to fetch, default: 1000
- Per
Page int - Maximum number of relays to return per page.
- account_
id string - Cloudflare account identifier.
- asc bool
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - id string
- The provider-assigned unique ID for this managed resource.
- results list(object)
- The items returned by the data source
- created_
after string - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - created_
before string - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - max_
items number - Max items to fetch, default: 1000
- per_
page number - Maximum number of relays to return per page.
- account
Id String - Cloudflare account identifier.
- asc Boolean
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Moq Relays Result> - The items returned by the data source
- created
After String - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - created
Before String - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - max
Items Integer - Max items to fetch, default: 1000
- per
Page Integer - Maximum number of relays to return per page.
- account
Id string - Cloudflare account identifier.
- asc boolean
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Moq Relays Result[] - The items returned by the data source
- created
After string - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - created
Before string - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - max
Items number - Max items to fetch, default: 1000
- per
Page number - Maximum number of relays to return per page.
- account_
id str - Cloudflare account identifier.
- asc bool
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Moq Relays Result] - The items returned by the data source
- created_
after str - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - created_
before str - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - max_
items int - Max items to fetch, default: 1000
- per_
page int - Maximum number of relays to return per page.
- account
Id String - Cloudflare account identifier.
- asc Boolean
- Sort order by
created. When true, results are returned oldest-first (ascending); otherwise newest-first (descending, the default). - id String
- The provider-assigned unique ID for this managed resource.
- results List<Property Map>
- The items returned by the data source
- created
After String - Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the
createdvalue of the last item on the current page, to fetch the next page). - created
Before String - Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the
createdvalue of the first item on the current page, to fetch the previous page). - max
Items Number - Max items to fetch, default: 1000
- per
Page Number - Maximum number of relays to return per page.
Supporting Types
GetMoqRelaysResult
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
published on Thursday, Jul 16, 2026 by Pulumi