@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-30T00:01:30.902Z") @Stability(value=Experimental) 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.route53resolver.alpha.*;
import software.amazon.awscdk.services.ec2.*;
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. |
software.amazon.jsii.JsiiObject.InitializationModeIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
FirewallRuleGroupAssociation(software.constructs.Construct scope,
String id,
FirewallRuleGroupAssociationProps props) |
protected |
FirewallRuleGroupAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FirewallRuleGroupAssociation(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirewallRuleGroupAssociationArn()
(experimental) The ARN (Amazon Resource Name) of the association.
|
String |
getFirewallRuleGroupAssociationCreationTime()
(experimental) The date and time that the association was created.
|
String |
getFirewallRuleGroupAssociationCreatorRequestId()
(experimental) The creator request ID.
|
String |
getFirewallRuleGroupAssociationId()
(experimental) The ID of the association.
|
String |
getFirewallRuleGroupAssociationManagedOwnerName()
(experimental) The owner of the association, used only for lists that are not managed by you.
|
String |
getFirewallRuleGroupAssociationModificationTime()
(experimental) The date and time that the association was last modified.
|
String |
getFirewallRuleGroupAssociationStatus()
(experimental) The status of the association.
|
String |
getFirewallRuleGroupAssociationStatusMessage()
(experimental) Additional information about the status of the association.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected FirewallRuleGroupAssociation(software.amazon.jsii.JsiiObjectRef objRef)
protected FirewallRuleGroupAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public FirewallRuleGroupAssociation(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
FirewallRuleGroupAssociationProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public String getFirewallRuleGroupAssociationArn()
@Stability(value=Experimental) @NotNull public String getFirewallRuleGroupAssociationCreationTime()
@Stability(value=Experimental) @NotNull public String getFirewallRuleGroupAssociationCreatorRequestId()
@Stability(value=Experimental) @NotNull public String getFirewallRuleGroupAssociationId()
@Stability(value=Experimental) @NotNull public String getFirewallRuleGroupAssociationManagedOwnerName()
If you use AWS Firewall Manager to manage your firewallls from DNS Firewall, then this reports Firewall Manager as the managed owner.
@Stability(value=Experimental) @NotNull public String getFirewallRuleGroupAssociationModificationTime()
@Stability(value=Experimental) @NotNull public String getFirewallRuleGroupAssociationStatus()
@Stability(value=Experimental) @NotNull public String getFirewallRuleGroupAssociationStatusMessage()
Copyright © 2022. All rights reserved.