@pulumi/pulumi
    Preparing search index...

    Interface ResourceTransformationArgs

    ResourceTransformationArgs is the argument bag passed to a resource transformation.

    interface ResourceTransformationArgs {
        name: string;
        opts: ResourceOptions;
        props: Inputs;
        resource: Resource;
        type: string;
    }
    Index

    Properties

    name: string

    The name of the resource.

    The original resource options passed to the resource constructor.

    props: Inputs

    The original properties passed to the resource constructor.

    resource: Resource

    The Resource instance that is being transformed.

    type: string

    The type of the resource.