We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.codegurureviewer.getRepositoryAssociation
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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:
- Association
Arn string - The Amazon Resource Name (ARN) of the repository association.
- Association
Arn string - The Amazon Resource Name (ARN) of the repository association.
- association
Arn String - The Amazon Resource Name (ARN) of the repository association.
- association
Arn string - The Amazon Resource Name (ARN) of the repository association.
- association_
arn str - The Amazon Resource Name (ARN) of the repository association.
- association
Arn String - The Amazon Resource Name (ARN) of the repository association.
getRepositoryAssociation Result
The following output properties are available:
- Association
Arn string - The Amazon Resource Name (ARN) of the repository association.
- Association
Arn string - The Amazon Resource Name (ARN) of the repository association.
- association
Arn String - The Amazon Resource Name (ARN) of the repository association.
- association
Arn string - The Amazon Resource Name (ARN) of the repository association.
- association_
arn str - The Amazon Resource Name (ARN) of the repository association.
- association
Arn String - The Amazon Resource Name (ARN) of the repository association.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi