1. Packages
  2. AWS Native
  3. API Docs
  4. route53profiles
  5. getProfileResourceAssociation

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.route53profiles.getProfileResourceAssociation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Resource Type definition for AWS::Route53Profiles::ProfileResourceAssociation

    Using getProfileResourceAssociation

    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 getProfileResourceAssociation(args: GetProfileResourceAssociationArgs, opts?: InvokeOptions): Promise<GetProfileResourceAssociationResult>
    function getProfileResourceAssociationOutput(args: GetProfileResourceAssociationOutputArgs, opts?: InvokeOptions): Output<GetProfileResourceAssociationResult>
    def get_profile_resource_association(id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetProfileResourceAssociationResult
    def get_profile_resource_association_output(id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetProfileResourceAssociationResult]
    func LookupProfileResourceAssociation(ctx *Context, args *LookupProfileResourceAssociationArgs, opts ...InvokeOption) (*LookupProfileResourceAssociationResult, error)
    func LookupProfileResourceAssociationOutput(ctx *Context, args *LookupProfileResourceAssociationOutputArgs, opts ...InvokeOption) LookupProfileResourceAssociationResultOutput

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

    public static class GetProfileResourceAssociation 
    {
        public static Task<GetProfileResourceAssociationResult> InvokeAsync(GetProfileResourceAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetProfileResourceAssociationResult> Invoke(GetProfileResourceAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProfileResourceAssociationResult> getProfileResourceAssociation(GetProfileResourceAssociationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:route53profiles:getProfileResourceAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Primary Identifier for Profile Resource Association
    Id string
    Primary Identifier for Profile Resource Association
    id String
    Primary Identifier for Profile Resource Association
    id string
    Primary Identifier for Profile Resource Association
    id str
    Primary Identifier for Profile Resource Association
    id String
    Primary Identifier for Profile Resource Association

    getProfileResourceAssociation Result

    The following output properties are available:

    Id string
    Primary Identifier for Profile Resource Association
    ResourceProperties string
    A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
    ResourceType string
    The type of the resource associated to the Profile.
    Id string
    Primary Identifier for Profile Resource Association
    ResourceProperties string
    A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
    ResourceType string
    The type of the resource associated to the Profile.
    id String
    Primary Identifier for Profile Resource Association
    resourceProperties String
    A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
    resourceType String
    The type of the resource associated to the Profile.
    id string
    Primary Identifier for Profile Resource Association
    resourceProperties string
    A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
    resourceType string
    The type of the resource associated to the Profile.
    id str
    Primary Identifier for Profile Resource Association
    resource_properties str
    A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
    resource_type str
    The type of the resource associated to the Profile.
    id String
    Primary Identifier for Profile Resource Association
    resourceProperties String
    A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
    resourceType String
    The type of the resource associated to the Profile.

    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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi