Class FirewallRuleGroupAssociation
(experimental) A Firewall Rule Group Association.
Inherited Members
Namespace: Amazon.CDK.AWS.Route53Resolver.Alpha
Assembly: Amazon.CDK.AWS.Route53Resolver.Alpha.dll
Syntax (csharp)
public class FirewallRuleGroupAssociation : Resource, IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class FirewallRuleGroupAssociation Inherits Resource Implements IResource, IConstruct, IDependable, IEnvironmentAware
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Route53Resolver.Alpha;
using Amazon.CDK.AWS.EC2;
FirewallRuleGroup firewallRuleGroup;
Vpc vpc;
var firewallRuleGroupAssociation = new FirewallRuleGroupAssociation(this, "MyFirewallRuleGroupAssociation", new FirewallRuleGroupAssociationProps {
FirewallRuleGroup = firewallRuleGroup,
Priority = 123,
Vpc = vpc,
// the properties below are optional
MutationProtection = false,
Name = "name"
});
Synopsis
Constructors
| FirewallRuleGroupAssociation(Construct, string, IFirewallRuleGroupAssociationProps) | (experimental) A Firewall Rule Group Association. |
Properties
| FirewallRuleGroupAssociationArn | (experimental) The ARN (Amazon Resource Name) of the association. |
| FirewallRuleGroupAssociationCreationTime | (experimental) The date and time that the association was created. |
| FirewallRuleGroupAssociationCreatorRequestId | (experimental) The creator request ID. |
| FirewallRuleGroupAssociationId | (experimental) The ID of the association. |
| FirewallRuleGroupAssociationManagedOwnerName | (experimental) The owner of the association, used only for lists that are not managed by you. |
| FirewallRuleGroupAssociationModificationTime | (experimental) The date and time that the association was last modified. |
| FirewallRuleGroupAssociationStatus | (experimental) The status of the association. |
| FirewallRuleGroupAssociationStatusMessage | (experimental) Additional information about the status of the association. |
| PROPERTY_INJECTION_ID | (experimental) Uniquely identifies this class. |
Constructors
FirewallRuleGroupAssociation(Construct, string, IFirewallRuleGroupAssociationProps)
(experimental) A Firewall Rule Group Association.
public FirewallRuleGroupAssociation(Construct scope, string id, IFirewallRuleGroupAssociationProps props)
Parameters
- scope Construct
- id string
- props IFirewallRuleGroupAssociationProps
Remarks
Stability: Experimental
Properties
FirewallRuleGroupAssociationArn
(experimental) The ARN (Amazon Resource Name) of the association.
public virtual string FirewallRuleGroupAssociationArn { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationCreationTime
(experimental) The date and time that the association was created.
public virtual string FirewallRuleGroupAssociationCreationTime { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationCreatorRequestId
(experimental) The creator request ID.
public virtual string FirewallRuleGroupAssociationCreatorRequestId { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationId
(experimental) The ID of the association.
public virtual string FirewallRuleGroupAssociationId { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationManagedOwnerName
(experimental) The owner of the association, used only for lists that are not managed by you.
public virtual string FirewallRuleGroupAssociationManagedOwnerName { get; }
Property Value
Remarks
If you use AWS Firewall Manager to manage your firewalls from DNS Firewall, then this reports Firewall Manager as the managed owner.
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationModificationTime
(experimental) The date and time that the association was last modified.
public virtual string FirewallRuleGroupAssociationModificationTime { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationStatus
(experimental) The status of the association.
public virtual string FirewallRuleGroupAssociationStatus { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationStatusMessage
(experimental) Additional information about the status of the association.
public virtual string FirewallRuleGroupAssociationStatusMessage { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
public static string PROPERTY_INJECTION_ID { get; }
Property Value
Remarks
Stability: Experimental