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

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

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.route53profiles.getProfileAssociation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Resource Type definition for AWS::Route53Profiles::ProfileAssociation

    Using getProfileAssociation

    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 getProfileAssociation(args: GetProfileAssociationArgs, opts?: InvokeOptions): Promise<GetProfileAssociationResult>
    function getProfileAssociationOutput(args: GetProfileAssociationOutputArgs, opts?: InvokeOptions): Output<GetProfileAssociationResult>
    def get_profile_association(id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetProfileAssociationResult
    def get_profile_association_output(id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetProfileAssociationResult]
    func LookupProfileAssociation(ctx *Context, args *LookupProfileAssociationArgs, opts ...InvokeOption) (*LookupProfileAssociationResult, error)
    func LookupProfileAssociationOutput(ctx *Context, args *LookupProfileAssociationOutputArgs, opts ...InvokeOption) LookupProfileAssociationResultOutput

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

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

    The following arguments are supported:

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

    getProfileAssociation Result

    The following output properties are available:

    Id string
    Primary Identifier for Profile Association
    Id string
    Primary Identifier for Profile Association
    id String
    Primary Identifier for Profile Association
    id string
    Primary Identifier for Profile Association
    id str
    Primary Identifier for Profile Association
    id String
    Primary Identifier for Profile 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.109.0 published on Wednesday, Jun 26, 2024 by Pulumi