1. Packages
  2. AWS Native
  3. API Docs
  4. cleanrooms
  5. getCollaboration

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.cleanrooms.getCollaboration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Represents a collaboration between AWS accounts that allows for secure data collaboration

    Using getCollaboration

    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 getCollaboration(args: GetCollaborationArgs, opts?: InvokeOptions): Promise<GetCollaborationResult>
    function getCollaborationOutput(args: GetCollaborationOutputArgs, opts?: InvokeOptions): Output<GetCollaborationResult>
    def get_collaboration(collaboration_identifier: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetCollaborationResult
    def get_collaboration_output(collaboration_identifier: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetCollaborationResult]
    func LookupCollaboration(ctx *Context, args *LookupCollaborationArgs, opts ...InvokeOption) (*LookupCollaborationResult, error)
    func LookupCollaborationOutput(ctx *Context, args *LookupCollaborationOutputArgs, opts ...InvokeOption) LookupCollaborationResultOutput

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

    public static class GetCollaboration 
    {
        public static Task<GetCollaborationResult> InvokeAsync(GetCollaborationArgs args, InvokeOptions? opts = null)
        public static Output<GetCollaborationResult> Invoke(GetCollaborationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCollaborationResult> getCollaboration(GetCollaborationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cleanrooms:getCollaboration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CollaborationIdentifier string

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    CollaborationIdentifier string

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaborationIdentifier String

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaborationIdentifier string

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaboration_identifier str

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaborationIdentifier String

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    getCollaboration Result

    The following output properties are available:

    Arn string

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    CollaborationIdentifier string

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    Description string
    A description of the collaboration provided by the collaboration owner.
    Name string
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    Arn string

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    CollaborationIdentifier string

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    Description string
    A description of the collaboration provided by the collaboration owner.
    Name string
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    Tags Tag
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    arn String

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaborationIdentifier String

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    description String
    A description of the collaboration provided by the collaboration owner.
    name String
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    tags List<Tag>
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    arn string

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaborationIdentifier string

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    description string
    A description of the collaboration provided by the collaboration owner.
    name string
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    tags Tag[]
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    arn str

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaboration_identifier str

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    description str
    A description of the collaboration provided by the collaboration owner.
    name str
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    tags Sequence[root_Tag]
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    arn String

    Returns the Amazon Resource Name (ARN) of the specified collaboration.

    Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    collaborationIdentifier String

    Returns the unique identifier of the specified collaboration.

    Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

    description String
    A description of the collaboration provided by the collaboration owner.
    name String
    A human-readable identifier provided by the collaboration owner. Display names are not unique.
    tags List<Property Map>
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi