Class CfnFirewallRuleGroupAssociation
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.route53resolver.CfnFirewallRuleGroupAssociation
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-06T14:43:26.314Z")
@Stability(Stable)
public class CfnFirewallRuleGroupAssociation
extends CfnResource
implements IInspectable, ITaggable
An association between a firewall rule group and a VPC, which enables DNS filtering for the VPC.
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.*; CfnFirewallRuleGroupAssociation cfnFirewallRuleGroupAssociation = CfnFirewallRuleGroupAssociation.Builder.create(this, "MyCfnFirewallRuleGroupAssociation") .firewallRuleGroupId("firewallRuleGroupId") .priority(123) .vpcId("vpcId") // the properties below are optional .mutationProtection("mutationProtection") .name("name") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnFirewallRuleGroupAssociation
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnFirewallRuleGroupAssociation
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnFirewallRuleGroupAssociation
(software.amazon.jsii.JsiiObjectRef objRef) CfnFirewallRuleGroupAssociation
(software.constructs.Construct scope, String id, CfnFirewallRuleGroupAssociationProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the firewall rule group association.The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).A unique string defined by you to identify the request.The identifier for the association.The owner of the association, used only for associations that are not managed by you.The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).The current status of the association.Additional information about the status of the response, if available.The unique identifier of the firewall rule group.If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.getName()
The name of the association.The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC.getTags()
Tag Manager which manages the tags for this resource.A list of the tag keys and values that you want to associate with the rule group.getVpcId()
The unique identifier of the VPC that is associated with the rule group.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setFirewallRuleGroupId
(String value) The unique identifier of the firewall rule group.void
setMutationProtection
(String value) If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.void
The name of the association.void
setPriority
(Number value) The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC.void
setTagsRaw
(List<CfnTag> value) A list of the tag keys and values that you want to associate with the rule group.void
The unique identifier of the VPC that is associated with the rule group.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnFirewallRuleGroupAssociation
protected CfnFirewallRuleGroupAssociation(software.amazon.jsii.JsiiObjectRef objRef) -
CfnFirewallRuleGroupAssociation
protected CfnFirewallRuleGroupAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnFirewallRuleGroupAssociation
@Stability(Stable) public CfnFirewallRuleGroupAssociation(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnFirewallRuleGroupAssociationProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the firewall rule group association. -
getAttrCreationTime
The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC). -
getAttrCreatorRequestId
A unique string defined by you to identify the request.This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
-
getAttrId
The identifier for the association. -
getAttrManagedOwnerName
The owner of the association, used only for associations that are not managed by you.If you use AWS Firewall Manager to manage your firewallls from DNS Firewall, then this reports Firewall Manager as the managed owner.
-
getAttrModificationTime
The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC). -
getAttrStatus
The current status of the association. -
getAttrStatusMessage
Additional information about the status of the response, if available. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getFirewallRuleGroupId
The unique identifier of the firewall rule group. -
setFirewallRuleGroupId
The unique identifier of the firewall rule group. -
getPriority
The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. -
setPriority
The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. -
getVpcId
The unique identifier of the VPC that is associated with the rule group. -
setVpcId
The unique identifier of the VPC that is associated with the rule group. -
getMutationProtection
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. -
setMutationProtection
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. -
getName
The name of the association. -
setName
The name of the association. -
getTagsRaw
A list of the tag keys and values that you want to associate with the rule group. -
setTagsRaw
A list of the tag keys and values that you want to associate with the rule group.
-