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

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.ProfileAssociation

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::ProfileAssociation

    Create ProfileAssociation Resource

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

    Constructor syntax

    new ProfileAssociation(name: string, args: ProfileAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def ProfileAssociation(resource_name: str,
                           args: ProfileAssociationArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ProfileAssociation(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           profile_id: Optional[str] = None,
                           resource_id: Optional[str] = None,
                           arn: Optional[str] = None,
                           name: Optional[str] = None,
                           tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewProfileAssociation(ctx *Context, name string, args ProfileAssociationArgs, opts ...ResourceOption) (*ProfileAssociation, error)
    public ProfileAssociation(string name, ProfileAssociationArgs args, CustomResourceOptions? opts = null)
    public ProfileAssociation(String name, ProfileAssociationArgs args)
    public ProfileAssociation(String name, ProfileAssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:route53profiles:ProfileAssociation
    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 ProfileAssociationArgs
    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 ProfileAssociationArgs
    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 ProfileAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProfileAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProfileAssociationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ProfileAssociation 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 ProfileAssociation resource accepts the following input properties:

    ProfileId string
    The ID of the profile that you associated with the resource that is specified by ResourceId.
    ResourceId string
    The resource that you associated the profile with.
    Arn string
    The Amazon Resource Name (ARN) of the profile association.
    Name string
    The name of an association between a Profile and a VPC.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    ProfileId string
    The ID of the profile that you associated with the resource that is specified by ResourceId.
    ResourceId string
    The resource that you associated the profile with.
    Arn string
    The Amazon Resource Name (ARN) of the profile association.
    Name string
    The name of an association between a Profile and a VPC.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    profileId String
    The ID of the profile that you associated with the resource that is specified by ResourceId.
    resourceId String
    The resource that you associated the profile with.
    arn String
    The Amazon Resource Name (ARN) of the profile association.
    name String
    The name of an association between a Profile and a VPC.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    profileId string
    The ID of the profile that you associated with the resource that is specified by ResourceId.
    resourceId string
    The resource that you associated the profile with.
    arn string
    The Amazon Resource Name (ARN) of the profile association.
    name string
    The name of an association between a Profile and a VPC.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    profile_id str
    The ID of the profile that you associated with the resource that is specified by ResourceId.
    resource_id str
    The resource that you associated the profile with.
    arn str
    The Amazon Resource Name (ARN) of the profile association.
    name str
    The name of an association between a Profile and a VPC.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    profileId String
    The ID of the profile that you associated with the resource that is specified by ResourceId.
    resourceId String
    The resource that you associated the profile with.
    arn String
    The Amazon Resource Name (ARN) of the profile association.
    name String
    The name of an association between a Profile and a VPC.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

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

    AwsId string
    Primary Identifier for Profile Association
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    Primary Identifier for Profile Association
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    Primary Identifier for Profile Association
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    Primary Identifier for Profile Association
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    Primary Identifier for Profile Association
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    Primary Identifier for Profile Association
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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