Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi
cloudflare.getManagedTransforms
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleManagedTransforms = cloudflare.getManagedTransforms({
zoneId: "9f1839b6152d298aca64c4e906b6d074",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_managed_transforms = cloudflare.get_managed_transforms(zone_id="9f1839b6152d298aca64c4e906b6d074")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupManagedTransforms(ctx, &cloudflare.LookupManagedTransformsArgs{
ZoneId: "9f1839b6152d298aca64c4e906b6d074",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleManagedTransforms = Cloudflare.GetManagedTransforms.Invoke(new()
{
ZoneId = "9f1839b6152d298aca64c4e906b6d074",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetManagedTransformsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleManagedTransforms = CloudflareFunctions.getManagedTransforms(GetManagedTransformsArgs.builder()
.zoneId("9f1839b6152d298aca64c4e906b6d074")
.build());
}
}
variables:
exampleManagedTransforms:
fn::invoke:
function: cloudflare:getManagedTransforms
arguments:
zoneId: 9f1839b6152d298aca64c4e906b6d074
Using getManagedTransforms
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 getManagedTransforms(args: GetManagedTransformsArgs, opts?: InvokeOptions): Promise<GetManagedTransformsResult>
function getManagedTransformsOutput(args: GetManagedTransformsOutputArgs, opts?: InvokeOptions): Output<GetManagedTransformsResult>
def get_managed_transforms(zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagedTransformsResult
def get_managed_transforms_output(zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagedTransformsResult]
func LookupManagedTransforms(ctx *Context, args *LookupManagedTransformsArgs, opts ...InvokeOption) (*LookupManagedTransformsResult, error)
func LookupManagedTransformsOutput(ctx *Context, args *LookupManagedTransformsOutputArgs, opts ...InvokeOption) LookupManagedTransformsResultOutput
> Note: This function is named LookupManagedTransforms
in the Go SDK.
public static class GetManagedTransforms
{
public static Task<GetManagedTransformsResult> InvokeAsync(GetManagedTransformsArgs args, InvokeOptions? opts = null)
public static Output<GetManagedTransformsResult> Invoke(GetManagedTransformsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagedTransformsResult> getManagedTransforms(GetManagedTransformsArgs args, InvokeOptions options)
public static Output<GetManagedTransformsResult> getManagedTransforms(GetManagedTransformsArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getManagedTransforms:getManagedTransforms
arguments:
# arguments dictionary
The following arguments are supported:
- Zone
Id string - The unique ID of the zone.
- Zone
Id string - The unique ID of the zone.
- zone
Id String - The unique ID of the zone.
- zone
Id string - The unique ID of the zone.
- zone_
id str - The unique ID of the zone.
- zone
Id String - The unique ID of the zone.
getManagedTransforms Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
Request List<GetHeaders Managed Transforms Managed Request Header> - The list of Managed Request Transforms.
- Managed
Response List<GetHeaders Managed Transforms Managed Response Header> - The list of Managed Response Transforms.
- Zone
Id string - The unique ID of the zone.
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
Request []GetHeaders Managed Transforms Managed Request Header - The list of Managed Request Transforms.
- Managed
Response []GetHeaders Managed Transforms Managed Response Header - The list of Managed Response Transforms.
- Zone
Id string - The unique ID of the zone.
- id String
- The provider-assigned unique ID for this managed resource.
- managed
Request List<GetHeaders Managed Transforms Managed Request Header> - The list of Managed Request Transforms.
- managed
Response List<GetHeaders Managed Transforms Managed Response Header> - The list of Managed Response Transforms.
- zone
Id String - The unique ID of the zone.
- id string
- The provider-assigned unique ID for this managed resource.
- managed
Request GetHeaders Managed Transforms Managed Request Header[] - The list of Managed Request Transforms.
- managed
Response GetHeaders Managed Transforms Managed Response Header[] - The list of Managed Response Transforms.
- zone
Id string - The unique ID of the zone.
- id str
- The provider-assigned unique ID for this managed resource.
- managed_
request_ Sequence[Getheaders Managed Transforms Managed Request Header] - The list of Managed Request Transforms.
- managed_
response_ Sequence[Getheaders Managed Transforms Managed Response Header] - The list of Managed Response Transforms.
- zone_
id str - The unique ID of the zone.
- id String
- The provider-assigned unique ID for this managed resource.
- managed
Request List<Property Map>Headers - The list of Managed Request Transforms.
- managed
Response List<Property Map>Headers - The list of Managed Response Transforms.
- zone
Id String - The unique ID of the zone.
Supporting Types
GetManagedTransformsManagedRequestHeader
- Conflicts
Withs List<string> - The Managed Transforms that this Managed Transform conflicts with.
- Enabled bool
- Whether the Managed Transform is enabled.
- Has
Conflict bool - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- Id string
- The human-readable identifier of the Managed Transform.
- Conflicts
Withs []string - The Managed Transforms that this Managed Transform conflicts with.
- Enabled bool
- Whether the Managed Transform is enabled.
- Has
Conflict bool - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- Id string
- The human-readable identifier of the Managed Transform.
- conflicts
Withs List<String> - The Managed Transforms that this Managed Transform conflicts with.
- enabled Boolean
- Whether the Managed Transform is enabled.
- has
Conflict Boolean - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- id String
- The human-readable identifier of the Managed Transform.
- conflicts
Withs string[] - The Managed Transforms that this Managed Transform conflicts with.
- enabled boolean
- Whether the Managed Transform is enabled.
- has
Conflict boolean - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- id string
- The human-readable identifier of the Managed Transform.
- conflicts_
withs Sequence[str] - The Managed Transforms that this Managed Transform conflicts with.
- enabled bool
- Whether the Managed Transform is enabled.
- has_
conflict bool - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- id str
- The human-readable identifier of the Managed Transform.
- conflicts
Withs List<String> - The Managed Transforms that this Managed Transform conflicts with.
- enabled Boolean
- Whether the Managed Transform is enabled.
- has
Conflict Boolean - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- id String
- The human-readable identifier of the Managed Transform.
GetManagedTransformsManagedResponseHeader
- Conflicts
Withs List<string> - The Managed Transforms that this Managed Transform conflicts with.
- Enabled bool
- Whether the Managed Transform is enabled.
- Has
Conflict bool - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- Id string
- The human-readable identifier of the Managed Transform.
- Conflicts
Withs []string - The Managed Transforms that this Managed Transform conflicts with.
- Enabled bool
- Whether the Managed Transform is enabled.
- Has
Conflict bool - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- Id string
- The human-readable identifier of the Managed Transform.
- conflicts
Withs List<String> - The Managed Transforms that this Managed Transform conflicts with.
- enabled Boolean
- Whether the Managed Transform is enabled.
- has
Conflict Boolean - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- id String
- The human-readable identifier of the Managed Transform.
- conflicts
Withs string[] - The Managed Transforms that this Managed Transform conflicts with.
- enabled boolean
- Whether the Managed Transform is enabled.
- has
Conflict boolean - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- id string
- The human-readable identifier of the Managed Transform.
- conflicts_
withs Sequence[str] - The Managed Transforms that this Managed Transform conflicts with.
- enabled bool
- Whether the Managed Transform is enabled.
- has_
conflict bool - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- id str
- The human-readable identifier of the Managed Transform.
- conflicts
Withs List<String> - The Managed Transforms that this Managed Transform conflicts with.
- enabled Boolean
- Whether the Managed Transform is enabled.
- has
Conflict Boolean - Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
- id String
- The human-readable identifier of the Managed Transform.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflare
Terraform Provider.