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

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.getProfileAssociation

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::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
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    Id string
    Primary Identifier for Profile Association
    Tags Tag
    An array of key-value pairs to apply to this resource.
    id String
    Primary Identifier for Profile Association
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    id string
    Primary Identifier for Profile Association
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    id str
    Primary Identifier for Profile Association
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    id String
    Primary Identifier for Profile Association
    tags List<Property Map>
    An array of key-value pairs to apply to this 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi