We recommend new projects start with resources from the AWS provider.
aws-native.route53profiles.ProfileAssociation
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
- Profile
Id string - The ID of the profile that you associated with the resource that is specified by ResourceId.
- Resource
Id 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.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Profile
Id string - The ID of the profile that you associated with the resource that is specified by ResourceId.
- Resource
Id 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.
- Tag
Args - An array of key-value pairs to apply to this resource.
- profile
Id String - The ID of the profile that you associated with the resource that is specified by ResourceId.
- resource
Id 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.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- profile
Id string - The ID of the profile that you associated with the resource that is specified by ResourceId.
- resource
Id 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.
- 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.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- profile
Id String - The ID of the profile that you associated with the resource that is specified by ResourceId.
- resource
Id 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.
- 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:
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.