1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. devopsagent
  6. Association

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 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.

    Create Association Resource

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

    Constructor syntax

    new Association(name: string, args: AssociationArgs, opts?: CustomResourceOptions);
    @overload
    def Association(resource_name: str,
                    args: AssociationArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def Association(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    agent_space_id: Optional[str] = None,
                    configuration: Optional[AssociationServiceConfigurationArgs] = None,
                    service_id: Optional[str] = None,
                    linked_association_ids: Optional[Sequence[str]] = None)
    func NewAssociation(ctx *Context, name string, args AssociationArgs, opts ...ResourceOption) (*Association, error)
    public Association(string name, AssociationArgs args, CustomResourceOptions? opts = null)
    public Association(String name, AssociationArgs args)
    public Association(String name, AssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:devopsagent:Association
    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 AssociationArgs
    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 AssociationArgs
    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 AssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AssociationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Association 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 Association resource accepts the following input properties:

    AgentSpaceId string
    The unique identifier of the AgentSpace
    Configuration Pulumi.AwsNative.DevOpsAgent.Inputs.AssociationServiceConfiguration
    The configuration that directs how AgentSpace interacts with the given service
    ServiceId string
    The identifier for the associated service
    LinkedAssociationIds List<string>
    Set of linked association IDs for parent-child relationships
    AgentSpaceId string
    The unique identifier of the AgentSpace
    Configuration AssociationServiceConfigurationArgs
    The configuration that directs how AgentSpace interacts with the given service
    ServiceId string
    The identifier for the associated service
    LinkedAssociationIds []string
    Set of linked association IDs for parent-child relationships
    agentSpaceId String
    The unique identifier of the AgentSpace
    configuration AssociationServiceConfiguration
    The configuration that directs how AgentSpace interacts with the given service
    serviceId String
    The identifier for the associated service
    linkedAssociationIds List<String>
    Set of linked association IDs for parent-child relationships
    agentSpaceId string
    The unique identifier of the AgentSpace
    configuration AssociationServiceConfiguration
    The configuration that directs how AgentSpace interacts with the given service
    serviceId string
    The identifier for the associated service
    linkedAssociationIds string[]
    Set of linked association IDs for parent-child relationships
    agent_space_id str
    The unique identifier of the AgentSpace
    configuration AssociationServiceConfigurationArgs
    The configuration that directs how AgentSpace interacts with the given service
    service_id str
    The identifier for the associated service
    linked_association_ids Sequence[str]
    Set of linked association IDs for parent-child relationships
    agentSpaceId String
    The unique identifier of the AgentSpace
    configuration Property Map
    The configuration that directs how AgentSpace interacts with the given service
    serviceId String
    The identifier for the associated service
    linkedAssociationIds List<String>
    Set of linked association IDs for parent-child relationships

    Outputs

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

    AssociationId string
    The unique identifier of the association
    CreatedAt string
    The timestamp when the association was created
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    The timestamp when the association was last updated
    AssociationId string
    The unique identifier of the association
    CreatedAt string
    The timestamp when the association was created
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    The timestamp when the association was last updated
    associationId String
    The unique identifier of the association
    createdAt String
    The timestamp when the association was created
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The timestamp when the association was last updated
    associationId string
    The unique identifier of the association
    createdAt string
    The timestamp when the association was created
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt string
    The timestamp when the association was last updated
    association_id str
    The unique identifier of the association
    created_at str
    The timestamp when the association was created
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at str
    The timestamp when the association was last updated
    associationId String
    The unique identifier of the association
    createdAt String
    The timestamp when the association was created
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The timestamp when the association was last updated

    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.

    Viewing docs for AWS Cloud Control v1.62.0
    published on Monday, Apr 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.