We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.route53profiles.getProfileResourceAssociation
Start a Neo task
Explain and create an aws-native.route53profiles.getProfileResourceAssociation resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 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)
public static Output<GetProfileResourceAssociationResult> getProfileResourceAssociation(GetProfileResourceAssociationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:route53profiles:getProfileResourceAssociation
arguments:
# arguments dictionaryThe 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
- Resource
Properties string - A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
- Resource
Type string - The type of the resource associated to the Profile.
- Id string
- Primary Identifier for Profile Resource Association
- Resource
Properties string - A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
- Resource
Type string - The type of the resource associated to the Profile.
- id String
- Primary Identifier for Profile Resource Association
- resource
Properties String - A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
- resource
Type String - The type of the resource associated to the Profile.
- id string
- Primary Identifier for Profile Resource Association
- resource
Properties string - A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
- resource
Type 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
- resource
Properties String - A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
- resource
Type String - The type of the resource associated to the Profile.
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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
