Profiles Resource Association
Resource for managing an AWS Route 53 Profiles Resource Association.
Example Usage
Basic Usage
resources:
example:
type: aws:route53:ProfilesProfile
properties:
name: example
exampleVpc:
type: aws:ec2:Vpc
name: example
properties:
cidr: 10.0.0.0/16
exampleZone:
type: aws:route53:Zone
name: example
properties:
name: example.com
vpcs:
- vpcId: ${exampleVpc.id}
exampleProfilesResourceAssociation:
type: aws:route53:ProfilesResourceAssociation
name: example
properties:
name: example
profileId: ${example.id}
resourceArn: ${exampleZone.arn}
Content copied to clipboard
Import
Using pulumi import
, import Route 53 Profiles Resource Association using the example_id_arg
. For example:
$ pulumi import aws:route53/profilesResourceAssociation:ProfilesResourceAssociation example rpa-id-12345678
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Resource ID of the resource to be associated with the profile.
Link copied to clipboard
Resource properties for the resource to be associated with the profile.
Link copied to clipboard
Type of resource associated with the profile.
Link copied to clipboard
Status message of the Profile Resource Association.
Link copied to clipboard