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