Class RuleGroupRuleGroupReferenceSetsIpSetReference
- java.lang.Object
-
- com.pulumi.aws.networkfirewall.outputs.RuleGroupRuleGroupReferenceSetsIpSetReference
-
public final class RuleGroupRuleGroupReferenceSetsIpSetReference extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleGroupReferenceSetsIpSetReference.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleGroupReferenceSetsIpSetReference.Builder
builder()
static RuleGroupRuleGroupReferenceSetsIpSetReference.Builder
builder(RuleGroupRuleGroupReferenceSetsIpSetReference defaults)
java.util.List<RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference>
ipSetReferences()
java.lang.String
key()
-
-
-
Method Detail
-
ipSetReferences
public java.util.List<RuleGroupRuleGroupReferenceSetsIpSetReferenceIpSetReference> ipSetReferences()
- Returns:
- Set of configuration blocks that define the IP Reference information. See IP Set Reference below for details.
-
key
public java.lang.String key()
-
builder
public static RuleGroupRuleGroupReferenceSetsIpSetReference.Builder builder()
-
builder
public static RuleGroupRuleGroupReferenceSetsIpSetReference.Builder builder(RuleGroupRuleGroupReferenceSetsIpSetReference defaults)
-
-