1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. vpclattice
  5. getServiceNetworkResourceAssociation

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.vpclattice.getServiceNetworkResourceAssociation

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    VpcLattice ServiceNetworkResourceAssociation CFN resource

    Using getServiceNetworkResourceAssociation

    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 getServiceNetworkResourceAssociation(args: GetServiceNetworkResourceAssociationArgs, opts?: InvokeOptions): Promise<GetServiceNetworkResourceAssociationResult>
    function getServiceNetworkResourceAssociationOutput(args: GetServiceNetworkResourceAssociationOutputArgs, opts?: InvokeOptions): Output<GetServiceNetworkResourceAssociationResult>
    def get_service_network_resource_association(arn: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetServiceNetworkResourceAssociationResult
    def get_service_network_resource_association_output(arn: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetServiceNetworkResourceAssociationResult]
    func LookupServiceNetworkResourceAssociation(ctx *Context, args *LookupServiceNetworkResourceAssociationArgs, opts ...InvokeOption) (*LookupServiceNetworkResourceAssociationResult, error)
    func LookupServiceNetworkResourceAssociationOutput(ctx *Context, args *LookupServiceNetworkResourceAssociationOutputArgs, opts ...InvokeOption) LookupServiceNetworkResourceAssociationResultOutput

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

    public static class GetServiceNetworkResourceAssociation 
    {
        public static Task<GetServiceNetworkResourceAssociationResult> InvokeAsync(GetServiceNetworkResourceAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetServiceNetworkResourceAssociationResult> Invoke(GetServiceNetworkResourceAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServiceNetworkResourceAssociationResult> getServiceNetworkResourceAssociation(GetServiceNetworkResourceAssociationArgs args, InvokeOptions options)
    public static Output<GetServiceNetworkResourceAssociationResult> getServiceNetworkResourceAssociation(GetServiceNetworkResourceAssociationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:vpclattice:getServiceNetworkResourceAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the association.
    Arn string
    The Amazon Resource Name (ARN) of the association.
    arn String
    The Amazon Resource Name (ARN) of the association.
    arn string
    The Amazon Resource Name (ARN) of the association.
    arn str
    The Amazon Resource Name (ARN) of the association.
    arn String
    The Amazon Resource Name (ARN) of the association.

    getServiceNetworkResourceAssociation Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the association.
    Id string
    The ID of the association between the service network and resource configuration.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A key-value pair to associate with a resource.
    Arn string
    The Amazon Resource Name (ARN) of the association.
    Id string
    The ID of the association between the service network and resource configuration.
    Tags Tag
    A key-value pair to associate with a resource.
    arn String
    The Amazon Resource Name (ARN) of the association.
    id String
    The ID of the association between the service network and resource configuration.
    tags List<Tag>
    A key-value pair to associate with a resource.
    arn string
    The Amazon Resource Name (ARN) of the association.
    id string
    The ID of the association between the service network and resource configuration.
    tags Tag[]
    A key-value pair to associate with a resource.
    arn str
    The Amazon Resource Name (ARN) of the association.
    id str
    The ID of the association between the service network and resource configuration.
    tags Sequence[root_Tag]
    A key-value pair to associate with a resource.
    arn String
    The Amazon Resource Name (ARN) of the association.
    id String
    The ID of the association between the service network and resource configuration.
    tags List<Property Map>
    A key-value pair to associate with a resource.

    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

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

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi