1. Packages
  2. AWS Native
  3. API Docs
  4. codegurureviewer
  5. getRepositoryAssociation

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.codegurureviewer.getRepositoryAssociation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    This resource schema represents the RepositoryAssociation resource in the Amazon CodeGuru Reviewer service.

    Using getRepositoryAssociation

    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 getRepositoryAssociation(args: GetRepositoryAssociationArgs, opts?: InvokeOptions): Promise<GetRepositoryAssociationResult>
    function getRepositoryAssociationOutput(args: GetRepositoryAssociationOutputArgs, opts?: InvokeOptions): Output<GetRepositoryAssociationResult>
    def get_repository_association(association_arn: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetRepositoryAssociationResult
    def get_repository_association_output(association_arn: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetRepositoryAssociationResult]
    func LookupRepositoryAssociation(ctx *Context, args *LookupRepositoryAssociationArgs, opts ...InvokeOption) (*LookupRepositoryAssociationResult, error)
    func LookupRepositoryAssociationOutput(ctx *Context, args *LookupRepositoryAssociationOutputArgs, opts ...InvokeOption) LookupRepositoryAssociationResultOutput

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

    public static class GetRepositoryAssociation 
    {
        public static Task<GetRepositoryAssociationResult> InvokeAsync(GetRepositoryAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetRepositoryAssociationResult> Invoke(GetRepositoryAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRepositoryAssociationResult> getRepositoryAssociation(GetRepositoryAssociationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:codegurureviewer:getRepositoryAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssociationArn string
    The Amazon Resource Name (ARN) of the repository association.
    AssociationArn string
    The Amazon Resource Name (ARN) of the repository association.
    associationArn String
    The Amazon Resource Name (ARN) of the repository association.
    associationArn string
    The Amazon Resource Name (ARN) of the repository association.
    association_arn str
    The Amazon Resource Name (ARN) of the repository association.
    associationArn String
    The Amazon Resource Name (ARN) of the repository association.

    getRepositoryAssociation Result

    The following output properties are available:

    AssociationArn string
    The Amazon Resource Name (ARN) of the repository association.
    AssociationArn string
    The Amazon Resource Name (ARN) of the repository association.
    associationArn String
    The Amazon Resource Name (ARN) of the repository association.
    associationArn string
    The Amazon Resource Name (ARN) of the repository association.
    association_arn str
    The Amazon Resource Name (ARN) of the repository association.
    associationArn String
    The Amazon Resource Name (ARN) of the repository association.

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi