CfnProfileResourceAssociationProps

class aws_cdk.aws_route53profiles.CfnProfileResourceAssociationProps(*, name, profile_id, resource_arn, resource_properties=None)

Bases: object

Properties for defining a CfnProfileResourceAssociation.

Parameters:
  • name (str) – Name of the Profile resource association.

  • profile_id (str) – Profile ID of the Profile that the resources are associated with.

  • resource_arn (str) – The Amazon Resource Name (ARN) of the resource association.

  • resource_properties (Optional[str]) – If the DNS resource is a DNS Firewall rule group, this indicates the priority.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_route53profiles as route53profiles

cfn_profile_resource_association_props = route53profiles.CfnProfileResourceAssociationProps(
    name="name",
    profile_id="profileId",
    resource_arn="resourceArn",

    # the properties below are optional
    resource_properties="resourceProperties"
)

Attributes

name

Name of the Profile resource association.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-name

profile_id

Profile ID of the Profile that the resources are associated with.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-profileid

resource_arn

The Amazon Resource Name (ARN) of the resource association.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-resourcearn

resource_properties

If the DNS resource is a DNS Firewall rule group, this indicates the priority.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-resourceproperties