Show / Hide Table of Contents

Class FirewallRuleGroupAssociation

(experimental) A Firewall Rule Group Association.

Inheritance
System.Object
Construct
Resource
FirewallRuleGroupAssociation
Implements
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.Route53Resolver
Assembly: Amazon.CDK.AWS.Route53Resolver.dll
Syntax (csharp)
public class FirewallRuleGroupAssociation : Resource, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class FirewallRuleGroupAssociation
    Inherits Resource
    Implements IResource, IConstruct, IConstruct, IDependable
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.EC2;
using Amazon.CDK.AWS.Route53Resolver;

FirewallRuleGroup firewallRuleGroup;
Vpc vpc;

FirewallRuleGroupAssociation 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

Implements

IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX