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
Syntax (vb)
Public Class FirewallRuleGroupAssociation
Inherits Resource
Implements IResource
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(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
FirewallRuleGroupAssociation(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
FirewallRuleGroupAssociation(Construct, String, IFirewallRuleGroupAssociationProps) |
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. |
Constructors
FirewallRuleGroupAssociation(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected FirewallRuleGroupAssociation(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
FirewallRuleGroupAssociation(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected FirewallRuleGroupAssociation(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
FirewallRuleGroupAssociation(Construct, String, IFirewallRuleGroupAssociationProps)
public FirewallRuleGroupAssociation(Construct scope, string id, IFirewallRuleGroupAssociationProps props)
Parameters
- scope Constructs.Construct
- id System.String
- props IFirewallRuleGroupAssociationProps
Remarks
Stability: Experimental
Properties
FirewallRuleGroupAssociationArn
(experimental) The ARN (Amazon Resource Name) of the association.
public virtual string FirewallRuleGroupAssociationArn { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationCreationTime
(experimental) The date and time that the association was created.
public virtual string FirewallRuleGroupAssociationCreationTime { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationCreatorRequestId
(experimental) The creator request ID.
public virtual string FirewallRuleGroupAssociationCreatorRequestId { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationId
(experimental) The ID of the association.
public virtual string FirewallRuleGroupAssociationId { get; }
Property Value
System.String
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
System.String
Remarks
If you use AWS Firewall Manager to manage your firewallls 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
System.String
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationStatus
(experimental) The status of the association.
public virtual string FirewallRuleGroupAssociationStatus { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
FirewallRuleGroupAssociationStatusMessage
(experimental) Additional information about the status of the association.
public virtual string FirewallRuleGroupAssociationStatusMessage { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true