1. Packages
  2. AWS Native
  3. API Docs
  4. datazone
  5. getEnvironmentActions

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.datazone.getEnvironmentActions

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Definition of AWS::DataZone::EnvironmentActions Resource Type

    Using getEnvironmentActions

    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 getEnvironmentActions(args: GetEnvironmentActionsArgs, opts?: InvokeOptions): Promise<GetEnvironmentActionsResult>
    function getEnvironmentActionsOutput(args: GetEnvironmentActionsOutputArgs, opts?: InvokeOptions): Output<GetEnvironmentActionsResult>
    def get_environment_actions(domain_id: Optional[str] = None,
                                environment_id: Optional[str] = None,
                                id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetEnvironmentActionsResult
    def get_environment_actions_output(domain_id: Optional[pulumi.Input[str]] = None,
                                environment_id: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetEnvironmentActionsResult]
    func LookupEnvironmentActions(ctx *Context, args *LookupEnvironmentActionsArgs, opts ...InvokeOption) (*LookupEnvironmentActionsResult, error)
    func LookupEnvironmentActionsOutput(ctx *Context, args *LookupEnvironmentActionsOutputArgs, opts ...InvokeOption) LookupEnvironmentActionsResultOutput

    > Note: This function is named LookupEnvironmentActions in the Go SDK.

    public static class GetEnvironmentActions 
    {
        public static Task<GetEnvironmentActionsResult> InvokeAsync(GetEnvironmentActionsArgs args, InvokeOptions? opts = null)
        public static Output<GetEnvironmentActionsResult> Invoke(GetEnvironmentActionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEnvironmentActionsResult> getEnvironmentActions(GetEnvironmentActionsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:datazone:getEnvironmentActions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DomainId string
    The identifier of the Amazon DataZone domain in which the environment is created.
    EnvironmentId string
    The identifier of the Amazon DataZone environment in which the action is taking place
    Id string
    The ID of the Amazon DataZone environment action.
    DomainId string
    The identifier of the Amazon DataZone domain in which the environment is created.
    EnvironmentId string
    The identifier of the Amazon DataZone environment in which the action is taking place
    Id string
    The ID of the Amazon DataZone environment action.
    domainId String
    The identifier of the Amazon DataZone domain in which the environment is created.
    environmentId String
    The identifier of the Amazon DataZone environment in which the action is taking place
    id String
    The ID of the Amazon DataZone environment action.
    domainId string
    The identifier of the Amazon DataZone domain in which the environment is created.
    environmentId string
    The identifier of the Amazon DataZone environment in which the action is taking place
    id string
    The ID of the Amazon DataZone environment action.
    domain_id str
    The identifier of the Amazon DataZone domain in which the environment is created.
    environment_id str
    The identifier of the Amazon DataZone environment in which the action is taking place
    id str
    The ID of the Amazon DataZone environment action.
    domainId String
    The identifier of the Amazon DataZone domain in which the environment is created.
    environmentId String
    The identifier of the Amazon DataZone environment in which the action is taking place
    id String
    The ID of the Amazon DataZone environment action.

    getEnvironmentActions Result

    The following output properties are available:

    Description string
    The description of the Amazon DataZone environment action.
    DomainId string
    The identifier of the Amazon DataZone domain in which the environment is created.
    EnvironmentId string
    The identifier of the Amazon DataZone environment in which the action is taking place
    Id string
    The ID of the Amazon DataZone environment action.
    Name string
    The name of the environment action.
    Parameters Pulumi.AwsNative.DataZone.Outputs.EnvironmentActionsAwsConsoleLinkParameters
    The parameters of the environment action.
    Description string
    The description of the Amazon DataZone environment action.
    DomainId string
    The identifier of the Amazon DataZone domain in which the environment is created.
    EnvironmentId string
    The identifier of the Amazon DataZone environment in which the action is taking place
    Id string
    The ID of the Amazon DataZone environment action.
    Name string
    The name of the environment action.
    Parameters EnvironmentActionsAwsConsoleLinkParameters
    The parameters of the environment action.
    description String
    The description of the Amazon DataZone environment action.
    domainId String
    The identifier of the Amazon DataZone domain in which the environment is created.
    environmentId String
    The identifier of the Amazon DataZone environment in which the action is taking place
    id String
    The ID of the Amazon DataZone environment action.
    name String
    The name of the environment action.
    parameters EnvironmentActionsAwsConsoleLinkParameters
    The parameters of the environment action.
    description string
    The description of the Amazon DataZone environment action.
    domainId string
    The identifier of the Amazon DataZone domain in which the environment is created.
    environmentId string
    The identifier of the Amazon DataZone environment in which the action is taking place
    id string
    The ID of the Amazon DataZone environment action.
    name string
    The name of the environment action.
    parameters EnvironmentActionsAwsConsoleLinkParameters
    The parameters of the environment action.
    description str
    The description of the Amazon DataZone environment action.
    domain_id str
    The identifier of the Amazon DataZone domain in which the environment is created.
    environment_id str
    The identifier of the Amazon DataZone environment in which the action is taking place
    id str
    The ID of the Amazon DataZone environment action.
    name str
    The name of the environment action.
    parameters EnvironmentActionsAwsConsoleLinkParameters
    The parameters of the environment action.
    description String
    The description of the Amazon DataZone environment action.
    domainId String
    The identifier of the Amazon DataZone domain in which the environment is created.
    environmentId String
    The identifier of the Amazon DataZone environment in which the action is taking place
    id String
    The ID of the Amazon DataZone environment action.
    name String
    The name of the environment action.
    parameters Property Map
    The parameters of the environment action.

    Supporting Types

    EnvironmentActionsAwsConsoleLinkParameters

    Uri string
    The URI of the console link specified as part of the environment action.
    Uri string
    The URI of the console link specified as part of the environment action.
    uri String
    The URI of the console link specified as part of the environment action.
    uri string
    The URI of the console link specified as part of the environment action.
    uri str
    The URI of the console link specified as part of the environment action.
    uri String
    The URI of the console link specified as part of the environment action.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi