interface CfnProfileResourceAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_route53profiles.CfnProfileResourceAssociationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53profiles#CfnProfileResourceAssociationProps |
![]() | software.amazon.awscdk.services.route53profiles.CfnProfileResourceAssociationProps |
![]() | aws_cdk.aws_route53profiles.CfnProfileResourceAssociationProps |
![]() | aws-cdk-lib » aws_route53profiles » CfnProfileResourceAssociationProps |
Properties for defining a CfnProfileResourceAssociation
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53profiles as route53profiles } from 'aws-cdk-lib';
const cfnProfileResourceAssociationProps: route53profiles.CfnProfileResourceAssociationProps = {
name: 'name',
profileId: 'profileId',
resourceArn: 'resourceArn',
// the properties below are optional
resourceProperties: 'resourceProperties',
};
Properties
Name | Type | Description |
---|---|---|
name | string | Name of the Profile resource association. |
profile | string | Profile ID of the Profile that the resources are associated with. |
resource | string | The Amazon Resource Name (ARN) of the resource association. |
resource | string | If the DNS resource is a DNS Firewall rule group, this indicates the priority. |
name
Type:
string
Name of the Profile resource association.
profileId
Type:
string
Profile ID of the Profile that the resources are associated with.
resourceArn
Type:
string
The Amazon Resource Name (ARN) of the resource association.
resourceProperties?
Type:
string
(optional)
If the DNS resource is a DNS Firewall rule group, this indicates the priority.