We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi
Resource Type definition for AWS::DevOpsAgent::Trigger. A trigger defines an automated action that fires on a schedule within an Agent Space.
Using getTrigger
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 getTrigger(args: GetTriggerArgs, opts?: InvokeOptions): Promise<GetTriggerResult>
function getTriggerOutput(args: GetTriggerOutputArgs, opts?: InvokeOutputOptions): Output<GetTriggerResult>def get_trigger(agent_space_id: Optional[str] = None,
trigger_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTriggerResult
def get_trigger_output(agent_space_id: pulumi.Input[Optional[str]] = None,
trigger_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetTriggerResult]func LookupTrigger(ctx *Context, args *LookupTriggerArgs, opts ...InvokeOption) (*LookupTriggerResult, error)
func LookupTriggerOutput(ctx *Context, args *LookupTriggerOutputArgs, opts ...InvokeOption) LookupTriggerResultOutput> Note: This function is named LookupTrigger in the Go SDK.
public static class GetTrigger
{
public static Task<GetTriggerResult> InvokeAsync(GetTriggerArgs args, InvokeOptions? opts = null)
public static Output<GetTriggerResult> Invoke(GetTriggerInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetTriggerResult> Invoke(GetTriggerInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetTriggerResult> getTrigger(GetTriggerArgs args, InvokeOptions options)
public static Output<GetTriggerResult> getTrigger(GetTriggerArgs args, InvokeOptions options)
public static Output<GetTriggerResult> getTrigger(GetTriggerArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:devopsagent:getTrigger
arguments:
# arguments dictionarydata "aws-native_devopsagent_get_trigger" "name" {
# arguments
}The following arguments are supported:
- Agent
Space stringId - The unique identifier of the parent Agent Space.
- Trigger
Id string - The unique identifier of the trigger (assigned by the service on Create).
- Agent
Space stringId - The unique identifier of the parent Agent Space.
- Trigger
Id string - The unique identifier of the trigger (assigned by the service on Create).
- agent_
space_ stringid - The unique identifier of the parent Agent Space.
- trigger_
id string - The unique identifier of the trigger (assigned by the service on Create).
- agent
Space StringId - The unique identifier of the parent Agent Space.
- trigger
Id String - The unique identifier of the trigger (assigned by the service on Create).
- agent
Space stringId - The unique identifier of the parent Agent Space.
- trigger
Id string - The unique identifier of the trigger (assigned by the service on Create).
- agent_
space_ strid - The unique identifier of the parent Agent Space.
- trigger_
id str - The unique identifier of the trigger (assigned by the service on Create).
- agent
Space StringId - The unique identifier of the parent Agent Space.
- trigger
Id String - The unique identifier of the trigger (assigned by the service on Create).
getTrigger Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the trigger. Nested under the parent Agent Space: arn::aidevops:::agentspace//trigger/.
- Created
At string - The timestamp when the trigger was created.
- Status
Pulumi.
Aws Native. Dev Ops Agent. Trigger Status - The status of the trigger. Active triggers fire on schedule; Inactive triggers are paused.
- Trigger
Id string - The unique identifier of the trigger (assigned by the service on Create).
- Updated
At string - The timestamp when the trigger was last updated.
- Arn string
- The Amazon Resource Name (ARN) of the trigger. Nested under the parent Agent Space: arn::aidevops:::agentspace//trigger/.
- Created
At string - The timestamp when the trigger was created.
- Status
Trigger
Status - The status of the trigger. Active triggers fire on schedule; Inactive triggers are paused.
- Trigger
Id string - The unique identifier of the trigger (assigned by the service on Create).
- Updated
At string - The timestamp when the trigger was last updated.
- arn string
- The Amazon Resource Name (ARN) of the trigger. Nested under the parent Agent Space: arn::aidevops:::agentspace//trigger/.
- created_
at string - The timestamp when the trigger was created.
- status "Active" | "Inactive"
- The status of the trigger. Active triggers fire on schedule; Inactive triggers are paused.
- trigger_
id string - The unique identifier of the trigger (assigned by the service on Create).
- updated_
at string - The timestamp when the trigger was last updated.
- arn String
- The Amazon Resource Name (ARN) of the trigger. Nested under the parent Agent Space: arn::aidevops:::agentspace//trigger/.
- created
At String - The timestamp when the trigger was created.
- status
Trigger
Status - The status of the trigger. Active triggers fire on schedule; Inactive triggers are paused.
- trigger
Id String - The unique identifier of the trigger (assigned by the service on Create).
- updated
At String - The timestamp when the trigger was last updated.
- arn string
- The Amazon Resource Name (ARN) of the trigger. Nested under the parent Agent Space: arn::aidevops:::agentspace//trigger/.
- created
At string - The timestamp when the trigger was created.
- status
Trigger
Status - The status of the trigger. Active triggers fire on schedule; Inactive triggers are paused.
- trigger
Id string - The unique identifier of the trigger (assigned by the service on Create).
- updated
At string - The timestamp when the trigger was last updated.
- arn str
- The Amazon Resource Name (ARN) of the trigger. Nested under the parent Agent Space: arn::aidevops:::agentspace//trigger/.
- created_
at str - The timestamp when the trigger was created.
- status
Trigger
Status - The status of the trigger. Active triggers fire on schedule; Inactive triggers are paused.
- trigger_
id str - The unique identifier of the trigger (assigned by the service on Create).
- updated_
at str - The timestamp when the trigger was last updated.
- arn String
- The Amazon Resource Name (ARN) of the trigger. Nested under the parent Agent Space: arn::aidevops:::agentspace//trigger/.
- created
At String - The timestamp when the trigger was created.
- status "Active" | "Inactive"
- The status of the trigger. Active triggers fire on schedule; Inactive triggers are paused.
- trigger
Id String - The unique identifier of the trigger (assigned by the service on Create).
- updated
At String - The timestamp when the trigger was last updated.
Supporting Types
TriggerStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi