@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:43.889Z") public class FirewallRuleGroupAssociation extends Resource
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; import software.amazon.awscdk.services.route53resolver.*; FirewallRuleGroup firewallRuleGroup; Vpc vpc; FirewallRuleGroupAssociation firewallRuleGroupAssociation = FirewallRuleGroupAssociation.Builder.create(this, "MyFirewallRuleGroupAssociation") .firewallRuleGroup(firewallRuleGroup) .priority(123) .vpc(vpc) // the properties below are optional .mutationProtection(false) .name("name") .build();
Modifier and Type | Class and Description |
---|---|
static class |
FirewallRuleGroupAssociation.Builder
(experimental) A fluent builder for
FirewallRuleGroupAssociation . |
IResource.Jsii$Default
Modifier | Constructor and Description |
---|---|
protected |
FirewallRuleGroupAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FirewallRuleGroupAssociation(software.amazon.jsii.JsiiObjectRef objRef) |
|
FirewallRuleGroupAssociation(software.constructs.Construct scope,
java.lang.String id,
FirewallRuleGroupAssociationProps props) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFirewallRuleGroupAssociationArn()
(experimental) The ARN (Amazon Resource Name) of the association.
|
java.lang.String |
getFirewallRuleGroupAssociationCreationTime()
(experimental) The date and time that the association was created.
|
java.lang.String |
getFirewallRuleGroupAssociationCreatorRequestId()
(experimental) The creator request ID.
|
java.lang.String |
getFirewallRuleGroupAssociationId()
(experimental) The ID of the association.
|
java.lang.String |
getFirewallRuleGroupAssociationManagedOwnerName()
(experimental) The owner of the association, used only for lists that are not managed by you.
|
java.lang.String |
getFirewallRuleGroupAssociationModificationTime()
(experimental) The date and time that the association was last modified.
|
java.lang.String |
getFirewallRuleGroupAssociationStatus()
(experimental) The status of the association.
|
java.lang.String |
getFirewallRuleGroupAssociationStatusMessage()
(experimental) Additional information about the status of the association.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNode
protected FirewallRuleGroupAssociation(software.amazon.jsii.JsiiObjectRef objRef)
protected FirewallRuleGroupAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public FirewallRuleGroupAssociation(software.constructs.Construct scope, java.lang.String id, FirewallRuleGroupAssociationProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.public java.lang.String getFirewallRuleGroupAssociationArn()
public java.lang.String getFirewallRuleGroupAssociationCreationTime()
public java.lang.String getFirewallRuleGroupAssociationCreatorRequestId()
public java.lang.String getFirewallRuleGroupAssociationId()
public java.lang.String getFirewallRuleGroupAssociationManagedOwnerName()
If you use AWS Firewall Manager to manage your firewallls from DNS Firewall, then this reports Firewall Manager as the managed owner.
public java.lang.String getFirewallRuleGroupAssociationModificationTime()
public java.lang.String getFirewallRuleGroupAssociationStatus()
public java.lang.String getFirewallRuleGroupAssociationStatusMessage()