1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. getManagedTransforms
Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi

cloudflare.getManagedTransforms

Explore with Pulumi AI

cloudflare logo
Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi

    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:

    ZoneId string
    The unique ID of the zone.
    ZoneId string
    The unique ID of the zone.
    zoneId String
    The unique ID of the zone.
    zoneId string
    The unique ID of the zone.
    zone_id str
    The unique ID of the zone.
    zoneId 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.
    ManagedRequestHeaders List<GetManagedTransformsManagedRequestHeader>
    The list of Managed Request Transforms.
    ManagedResponseHeaders List<GetManagedTransformsManagedResponseHeader>
    The list of Managed Response Transforms.
    ZoneId string
    The unique ID of the zone.
    Id string
    The provider-assigned unique ID for this managed resource.
    ManagedRequestHeaders []GetManagedTransformsManagedRequestHeader
    The list of Managed Request Transforms.
    ManagedResponseHeaders []GetManagedTransformsManagedResponseHeader
    The list of Managed Response Transforms.
    ZoneId string
    The unique ID of the zone.
    id String
    The provider-assigned unique ID for this managed resource.
    managedRequestHeaders List<GetManagedTransformsManagedRequestHeader>
    The list of Managed Request Transforms.
    managedResponseHeaders List<GetManagedTransformsManagedResponseHeader>
    The list of Managed Response Transforms.
    zoneId String
    The unique ID of the zone.
    id string
    The provider-assigned unique ID for this managed resource.
    managedRequestHeaders GetManagedTransformsManagedRequestHeader[]
    The list of Managed Request Transforms.
    managedResponseHeaders GetManagedTransformsManagedResponseHeader[]
    The list of Managed Response Transforms.
    zoneId string
    The unique ID of the zone.
    id str
    The provider-assigned unique ID for this managed resource.
    managed_request_headers Sequence[GetManagedTransformsManagedRequestHeader]
    The list of Managed Request Transforms.
    managed_response_headers Sequence[GetManagedTransformsManagedResponseHeader]
    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.
    managedRequestHeaders List<Property Map>
    The list of Managed Request Transforms.
    managedResponseHeaders List<Property Map>
    The list of Managed Response Transforms.
    zoneId String
    The unique ID of the zone.

    Supporting Types

    GetManagedTransformsManagedRequestHeader

    ConflictsWiths List<string>
    The Managed Transforms that this Managed Transform conflicts with.
    Enabled bool
    Whether the Managed Transform is enabled.
    HasConflict bool
    Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
    Id string
    The human-readable identifier of the Managed Transform.
    ConflictsWiths []string
    The Managed Transforms that this Managed Transform conflicts with.
    Enabled bool
    Whether the Managed Transform is enabled.
    HasConflict bool
    Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
    Id string
    The human-readable identifier of the Managed Transform.
    conflictsWiths List<String>
    The Managed Transforms that this Managed Transform conflicts with.
    enabled Boolean
    Whether the Managed Transform is enabled.
    hasConflict Boolean
    Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
    id String
    The human-readable identifier of the Managed Transform.
    conflictsWiths string[]
    The Managed Transforms that this Managed Transform conflicts with.
    enabled boolean
    Whether the Managed Transform is enabled.
    hasConflict 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.
    conflictsWiths List<String>
    The Managed Transforms that this Managed Transform conflicts with.
    enabled Boolean
    Whether the Managed Transform is enabled.
    hasConflict Boolean
    Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
    id String
    The human-readable identifier of the Managed Transform.

    GetManagedTransformsManagedResponseHeader

    ConflictsWiths List<string>
    The Managed Transforms that this Managed Transform conflicts with.
    Enabled bool
    Whether the Managed Transform is enabled.
    HasConflict bool
    Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
    Id string
    The human-readable identifier of the Managed Transform.
    ConflictsWiths []string
    The Managed Transforms that this Managed Transform conflicts with.
    Enabled bool
    Whether the Managed Transform is enabled.
    HasConflict bool
    Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
    Id string
    The human-readable identifier of the Managed Transform.
    conflictsWiths List<String>
    The Managed Transforms that this Managed Transform conflicts with.
    enabled Boolean
    Whether the Managed Transform is enabled.
    hasConflict Boolean
    Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.
    id String
    The human-readable identifier of the Managed Transform.
    conflictsWiths string[]
    The Managed Transforms that this Managed Transform conflicts with.
    enabled boolean
    Whether the Managed Transform is enabled.
    hasConflict 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.
    conflictsWiths List<String>
    The Managed Transforms that this Managed Transform conflicts with.
    enabled Boolean
    Whether the Managed Transform is enabled.
    hasConflict 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.
    cloudflare logo
    Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi