We recommend new projects start with resources from the AWS provider.
aws-native.route53profiles.ProfileResourceAssociation
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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 string
- The unique name of the resource.
- args ProfileResourceAssociationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args ProfileResourceAssociationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProfileResourceAssociationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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:
- Profile
Id string - The ID of the profile that you associated the resource to that is specified by ResourceArn.
- Resource
Arn string - The arn of the resource that you associated to the Profile.
- Name string
- The name of an association between the Profile and resource.
- Resource
Properties string - A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
- Profile
Id string - The ID of the profile that you associated the resource to that is specified by ResourceArn.
- Resource
Arn string - The arn of the resource that you associated to the Profile.
- Name string
- The name of an association between the Profile and resource.
- Resource
Properties string - A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
- profile
Id String - The ID of the profile that you associated the resource to that is specified by ResourceArn.
- resource
Arn String - The arn of the resource that you associated to the Profile.
- name String
- The name of an association between the Profile and resource.
- resource
Properties String - A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
- profile
Id string - The ID of the profile that you associated the resource to that is specified by ResourceArn.
- resource
Arn string - The arn of the resource that you associated to the Profile.
- name string
- The name of an association between the Profile and resource.
- resource
Properties string - A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
- profile_
id str - The ID of the profile that you associated the resource to that is specified by ResourceArn.
- resource_
arn 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.
- profile
Id String - The ID of the profile that you associated the resource to that is specified by ResourceArn.
- resource
Arn String - The arn of the resource that you associated to the Profile.
- name String
- The name of an association between the Profile and resource.
- resource
Properties 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:
- Aws
Id string - Primary Identifier for Profile Resource Association
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Type string - The type of the resource associated to the Profile.
- Aws
Id string - Primary Identifier for Profile Resource Association
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Type string - The type of the resource associated to the Profile.
- aws
Id String - Primary Identifier for Profile Resource Association
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Type String - The type of the resource associated to the Profile.
- aws
Id string - Primary Identifier for Profile Resource Association
- id string
- The provider-assigned unique ID for this managed resource.
- resource
Type 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.
- aws
Id String - Primary Identifier for Profile Resource Association
- id String
- The provider-assigned unique ID for this managed 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.