1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. route53profiles
  5. ProfileResourceAssociation

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.route53profiles.ProfileResourceAssociation

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource Type definition for AWS::Route53Profiles::ProfileResourceAssociation

Create ProfileResourceAssociation Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ProfileResourceAssociation(name: string, args: ProfileResourceAssociationArgs, opts?: CustomResourceOptions);
@overload
def ProfileResourceAssociation(resource_name: str,
                               args: ProfileResourceAssociationArgs,
                               opts: Optional[ResourceOptions] = None)

@overload
def ProfileResourceAssociation(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               profile_id: Optional[str] = None,
                               resource_arn: Optional[str] = None,
                               name: Optional[str] = None,
                               resource_properties: Optional[str] = None)
func NewProfileResourceAssociation(ctx *Context, name string, args ProfileResourceAssociationArgs, opts ...ResourceOption) (*ProfileResourceAssociation, error)
public ProfileResourceAssociation(string name, ProfileResourceAssociationArgs args, CustomResourceOptions? opts = null)
public ProfileResourceAssociation(String name, ProfileResourceAssociationArgs args)
public ProfileResourceAssociation(String name, ProfileResourceAssociationArgs args, CustomResourceOptions options)
type: aws-native:route53profiles:ProfileResourceAssociation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ProfileResourceAssociationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ProfileResourceAssociationArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ProfileResourceAssociationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ProfileResourceAssociationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ProfileResourceAssociationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

ProfileResourceAssociation Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ProfileResourceAssociation resource accepts the following input properties:

ProfileId This property is required. string
The ID of the profile that you associated the resource to that is specified by ResourceArn.
ResourceArn This property is required. string
The arn of the resource that you associated to the Profile.
Name string
The name of an association between the Profile and resource.
ResourceProperties string
A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
ProfileId This property is required. string
The ID of the profile that you associated the resource to that is specified by ResourceArn.
ResourceArn This property is required. string
The arn of the resource that you associated to the Profile.
Name string
The name of an association between the Profile and resource.
ResourceProperties string
A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
profileId This property is required. String
The ID of the profile that you associated the resource to that is specified by ResourceArn.
resourceArn This property is required. String
The arn of the resource that you associated to the Profile.
name String
The name of an association between the Profile and resource.
resourceProperties String
A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
profileId This property is required. string
The ID of the profile that you associated the resource to that is specified by ResourceArn.
resourceArn This property is required. string
The arn of the resource that you associated to the Profile.
name string
The name of an association between the Profile and resource.
resourceProperties string
A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
profile_id This property is required. str
The ID of the profile that you associated the resource to that is specified by ResourceArn.
resource_arn This property is required. str
The arn of the resource that you associated to the Profile.
name str
The name of an association between the Profile and resource.
resource_properties str
A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
profileId This property is required. String
The ID of the profile that you associated the resource to that is specified by ResourceArn.
resourceArn This property is required. String
The arn of the resource that you associated to the Profile.
name String
The name of an association between the Profile and resource.
resourceProperties String
A JSON-formatted string with key-value pairs specifying the properties of the associated resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the ProfileResourceAssociation resource produces the following output properties:

AwsId string
Primary Identifier for Profile Resource Association
Id string
The provider-assigned unique ID for this managed resource.
ResourceType string
The type of the resource associated to the Profile.
AwsId string
Primary Identifier for Profile Resource Association
Id string
The provider-assigned unique ID for this managed resource.
ResourceType string
The type of the resource associated to the Profile.
awsId String
Primary Identifier for Profile Resource Association
id String
The provider-assigned unique ID for this managed resource.
resourceType String
The type of the resource associated to the Profile.
awsId string
Primary Identifier for Profile Resource Association
id string
The provider-assigned unique ID for this managed resource.
resourceType string
The type of the resource associated to the Profile.
aws_id str
Primary Identifier for Profile Resource Association
id str
The provider-assigned unique ID for this managed resource.
resource_type str
The type of the resource associated to the Profile.
awsId String
Primary Identifier for Profile Resource Association
id String
The provider-assigned unique ID for this managed resource.
resourceType 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi