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
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.
- List<Pulumi.
Aws Native. Outputs. 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.
- 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.
- List<Property Map>
- A key-value pair to associate with a resource.
Supporting Types
Tag
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 Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi