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
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:
- Domain
Id string - The identifier of the Amazon DataZone domain in which the environment is created.
- Environment
Id 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 string - The identifier of the Amazon DataZone domain in which the environment is created.
- Environment
Id 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 String - The identifier of the Amazon DataZone domain in which the environment is created.
- environment
Id 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 string - The identifier of the Amazon DataZone domain in which the environment is created.
- environment
Id 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.
- domain
Id String - The identifier of the Amazon DataZone domain in which the environment is created.
- environment
Id 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.
- Domain
Id string - The identifier of the Amazon DataZone domain in which the environment is created.
- Environment
Id 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.
Aws Native. Data Zone. Outputs. Environment Actions Aws Console Link Parameters - The parameters of the environment action.
- Description string
- The description of the Amazon DataZone environment action.
- Domain
Id string - The identifier of the Amazon DataZone domain in which the environment is created.
- Environment
Id 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
Environment
Actions Aws Console Link Parameters - The parameters of the environment action.
- description String
- The description of the Amazon DataZone environment action.
- domain
Id String - The identifier of the Amazon DataZone domain in which the environment is created.
- environment
Id 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
Environment
Actions Aws Console Link Parameters - The parameters of the environment action.
- description string
- The description of the Amazon DataZone environment action.
- domain
Id string - The identifier of the Amazon DataZone domain in which the environment is created.
- environment
Id 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
Environment
Actions Aws Console Link Parameters - 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
Environment
Actions Aws Console Link Parameters - The parameters of the environment action.
- description String
- The description of the Amazon DataZone environment action.
- domain
Id String - The identifier of the Amazon DataZone domain in which the environment is created.
- environment
Id 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
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi