Class DataAwsRoute53ResolverFirewallRules

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.236Z")
    @Stability(Stable)
    public class DataAwsRoute53ResolverFirewallRules
    extends com.hashicorp.cdktf.TerraformDataSource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/route53_resolver_firewall_rules aws_route53_resolver_firewall_rules}.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DataAwsRoute53ResolverFirewallRules.Builder
      • 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, software.constructs.IConstruct.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent

        com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformDependable

        com.hashicorp.cdktf.ITerraformDependable.Jsii$Default, com.hashicorp.cdktf.ITerraformDependable.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformResource

        com.hashicorp.cdktf.ITerraformResource.Jsii$Default, com.hashicorp.cdktf.ITerraformResource.Jsii$Proxy
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • DataAwsRoute53ResolverFirewallRules

        protected DataAwsRoute53ResolverFirewallRules​(software.amazon.jsii.JsiiObjectRef objRef)
      • DataAwsRoute53ResolverFirewallRules

        protected DataAwsRoute53ResolverFirewallRules​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DataAwsRoute53ResolverFirewallRules

        @Stability(Stable)
        public DataAwsRoute53ResolverFirewallRules​(@NotNull
                                                   software.constructs.Construct scope,
                                                   @NotNull
                                                   String id,
                                                   @NotNull
                                                   DataAwsRoute53ResolverFirewallRulesConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/route53_resolver_firewall_rules aws_route53_resolver_firewall_rules} Data Source.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • resetAction

        @Stability(Stable)
        public void resetAction()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetPriority

        @Stability(Stable)
        public void resetPriority()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformDataSource
      • getActionInput

        @Stability(Stable)
        @Nullable
        public String getActionInput()
      • getFirewallRuleGroupIdInput

        @Stability(Stable)
        @Nullable
        public String getFirewallRuleGroupIdInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getPriorityInput

        @Stability(Stable)
        @Nullable
        public Number getPriorityInput()
      • getAction

        @Stability(Stable)
        @NotNull
        public String getAction()
      • setAction

        @Stability(Stable)
        public void setAction​(@NotNull
                              String value)
      • getFirewallRuleGroupId

        @Stability(Stable)
        @NotNull
        public String getFirewallRuleGroupId()
      • setFirewallRuleGroupId

        @Stability(Stable)
        public void setFirewallRuleGroupId​(@NotNull
                                           String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getPriority

        @Stability(Stable)
        @NotNull
        public Number getPriority()
      • setPriority

        @Stability(Stable)
        public void setPriority​(@NotNull
                                Number value)