1. Packages
  2. Awx Provider
  3. API Docs
  4. ExecutionEnvironment
awx 0.29.1 published on Monday, Apr 14, 2025 by denouche

awx.ExecutionEnvironment

Explore with Pulumi AI

awx logo
awx 0.29.1 published on Monday, Apr 14, 2025 by denouche

    Create ExecutionEnvironment Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ExecutionEnvironment(name: string, args: ExecutionEnvironmentArgs, opts?: CustomResourceOptions);
    @overload
    def ExecutionEnvironment(resource_name: str,
                             args: ExecutionEnvironmentArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ExecutionEnvironment(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             image: Optional[str] = None,
                             credential: Optional[str] = None,
                             description: Optional[str] = None,
                             execution_environment_id: Optional[str] = None,
                             name: Optional[str] = None,
                             organization: Optional[str] = None)
    func NewExecutionEnvironment(ctx *Context, name string, args ExecutionEnvironmentArgs, opts ...ResourceOption) (*ExecutionEnvironment, error)
    public ExecutionEnvironment(string name, ExecutionEnvironmentArgs args, CustomResourceOptions? opts = null)
    public ExecutionEnvironment(String name, ExecutionEnvironmentArgs args)
    public ExecutionEnvironment(String name, ExecutionEnvironmentArgs args, CustomResourceOptions options)
    
    type: awx:ExecutionEnvironment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ExecutionEnvironmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ExecutionEnvironmentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ExecutionEnvironmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ExecutionEnvironmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ExecutionEnvironmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var executionEnvironmentResource = new Awx.ExecutionEnvironment("executionEnvironmentResource", new()
    {
        Image = "string",
        Credential = "string",
        Description = "string",
        ExecutionEnvironmentId = "string",
        Name = "string",
        Organization = "string",
    });
    
    example, err := awx.NewExecutionEnvironment(ctx, "executionEnvironmentResource", &awx.ExecutionEnvironmentArgs{
    	Image:                  pulumi.String("string"),
    	Credential:             pulumi.String("string"),
    	Description:            pulumi.String("string"),
    	ExecutionEnvironmentId: pulumi.String("string"),
    	Name:                   pulumi.String("string"),
    	Organization:           pulumi.String("string"),
    })
    
    var executionEnvironmentResource = new ExecutionEnvironment("executionEnvironmentResource", ExecutionEnvironmentArgs.builder()
        .image("string")
        .credential("string")
        .description("string")
        .executionEnvironmentId("string")
        .name("string")
        .organization("string")
        .build());
    
    execution_environment_resource = awx.ExecutionEnvironment("executionEnvironmentResource",
        image="string",
        credential="string",
        description="string",
        execution_environment_id="string",
        name="string",
        organization="string")
    
    const executionEnvironmentResource = new awx.ExecutionEnvironment("executionEnvironmentResource", {
        image: "string",
        credential: "string",
        description: "string",
        executionEnvironmentId: "string",
        name: "string",
        organization: "string",
    });
    
    type: awx:ExecutionEnvironment
    properties:
        credential: string
        description: string
        executionEnvironmentId: string
        image: string
        name: string
        organization: string
    

    ExecutionEnvironment Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ExecutionEnvironment resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ExecutionEnvironment resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ExecutionEnvironment Resource

    Get an existing ExecutionEnvironment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ExecutionEnvironmentState, opts?: CustomResourceOptions): ExecutionEnvironment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            credential: Optional[str] = None,
            description: Optional[str] = None,
            execution_environment_id: Optional[str] = None,
            image: Optional[str] = None,
            name: Optional[str] = None,
            organization: Optional[str] = None) -> ExecutionEnvironment
    func GetExecutionEnvironment(ctx *Context, name string, id IDInput, state *ExecutionEnvironmentState, opts ...ResourceOption) (*ExecutionEnvironment, error)
    public static ExecutionEnvironment Get(string name, Input<string> id, ExecutionEnvironmentState? state, CustomResourceOptions? opts = null)
    public static ExecutionEnvironment get(String name, Output<String> id, ExecutionEnvironmentState state, CustomResourceOptions options)
    resources:  _:    type: awx:ExecutionEnvironment    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:

    Package Details

    Repository
    awx denouche/terraform-provider-awx
    License
    Notes
    This Pulumi package is based on the awx Terraform Provider.
    awx logo
    awx 0.29.1 published on Monday, Apr 14, 2025 by denouche