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.getProfileAssociation
Start a Neo task
Explain and create an aws-native.route53profiles.getProfileAssociation 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::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)
public static Output<GetProfileAssociationResult> getProfileAssociation(GetProfileAssociationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:route53profiles:getProfileAssociation
arguments:
# arguments dictionaryThe 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
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- id str
- Primary Identifier for Profile Association
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- id String
- Primary Identifier for Profile Association
- List<Property Map>
- An array of key-value pairs to apply to this 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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
