We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 6, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 6, 2026 by Pulumi
Resource Type definition for AWS::DevOpsAgent::Association defining how the AgentSpace interacts with external services like GitHub, Slack, AWS accounts, and others.
Using getAssociation
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 getAssociation(args: GetAssociationArgs, opts?: InvokeOptions): Promise<GetAssociationResult>
function getAssociationOutput(args: GetAssociationOutputArgs, opts?: InvokeOptions): Output<GetAssociationResult>def get_association(agent_space_id: Optional[str] = None,
association_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAssociationResult
def get_association_output(agent_space_id: Optional[pulumi.Input[str]] = None,
association_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAssociationResult]func LookupAssociation(ctx *Context, args *LookupAssociationArgs, opts ...InvokeOption) (*LookupAssociationResult, error)
func LookupAssociationOutput(ctx *Context, args *LookupAssociationOutputArgs, opts ...InvokeOption) LookupAssociationResultOutput> Note: This function is named LookupAssociation in the Go SDK.
public static class GetAssociation
{
public static Task<GetAssociationResult> InvokeAsync(GetAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetAssociationResult> Invoke(GetAssociationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAssociationResult> getAssociation(GetAssociationArgs args, InvokeOptions options)
public static Output<GetAssociationResult> getAssociation(GetAssociationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:devopsagent:getAssociation
arguments:
# arguments dictionaryThe following arguments are supported:
- Agent
Space stringId - The unique identifier of the AgentSpace
- Association
Id string - The unique identifier of the association
- Agent
Space stringId - The unique identifier of the AgentSpace
- Association
Id string - The unique identifier of the association
- agent
Space StringId - The unique identifier of the AgentSpace
- association
Id String - The unique identifier of the association
- agent
Space stringId - The unique identifier of the AgentSpace
- association
Id string - The unique identifier of the association
- agent_
space_ strid - The unique identifier of the AgentSpace
- association_
id str - The unique identifier of the association
- agent
Space StringId - The unique identifier of the AgentSpace
- association
Id String - The unique identifier of the association
getAssociation Result
The following output properties are available:
- Association
Id string - The unique identifier of the association
- Configuration
Pulumi.
Aws Native. Dev Ops Agent. Outputs. Association Service Configuration - The configuration that directs how AgentSpace interacts with the given service
- Created
At string - The timestamp when the association was created
- Service
Id string - The identifier for the associated service
- Updated
At string - The timestamp when the association was last updated
- Association
Id string - The unique identifier of the association
- Configuration
Association
Service Configuration - The configuration that directs how AgentSpace interacts with the given service
- Created
At string - The timestamp when the association was created
- Service
Id string - The identifier for the associated service
- Updated
At string - The timestamp when the association was last updated
- association
Id String - The unique identifier of the association
- configuration
Association
Service Configuration - The configuration that directs how AgentSpace interacts with the given service
- created
At String - The timestamp when the association was created
- service
Id String - The identifier for the associated service
- updated
At String - The timestamp when the association was last updated
- association
Id string - The unique identifier of the association
- configuration
Association
Service Configuration - The configuration that directs how AgentSpace interacts with the given service
- created
At string - The timestamp when the association was created
- service
Id string - The identifier for the associated service
- updated
At string - The timestamp when the association was last updated
- association_
id str - The unique identifier of the association
- configuration
Association
Service Configuration - The configuration that directs how AgentSpace interacts with the given service
- created_
at str - The timestamp when the association was created
- service_
id str - The identifier for the associated service
- updated_
at str - The timestamp when the association was last updated
- association
Id String - The unique identifier of the association
- configuration Property Map
- The configuration that directs how AgentSpace interacts with the given service
- created
At String - The timestamp when the association was created
- service
Id String - The identifier for the associated service
- updated
At String - The timestamp when the association was last updated
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 6, 2026 by Pulumi
