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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.route53profiles.ProfileResourceAssociation

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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 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

    The ProfileResourceAssociation resource accepts the following input properties:

    ProfileId string
    The ID of the profile that you associated the resource to that is specified by ResourceArn.
    ResourceArn 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 string
    The ID of the profile that you associated the resource to that is specified by ResourceArn.
    ResourceArn 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 String
    The ID of the profile that you associated the resource to that is specified by ResourceArn.
    resourceArn 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 string
    The ID of the profile that you associated the resource to that is specified by ResourceArn.
    resourceArn 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 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.
    profileId String
    The ID of the profile that you associated the resource to that is specified by ResourceArn.
    resourceArn 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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi