Interface ComputeNetworkFirewallPolicyRuleMatchSrcSecureTags
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeNetworkFirewallPolicyRuleMatchSrcSecureTags.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.618Z") @Stability(Stable) public interface ComputeNetworkFirewallPolicyRuleMatchSrcSecureTags extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeNetworkFirewallPolicyRuleMatchSrcSecureTags.BuilderA builder forComputeNetworkFirewallPolicyRuleMatchSrcSecureTagsstatic classComputeNetworkFirewallPolicyRuleMatchSrcSecureTags.Jsii$ProxyAn implementation forComputeNetworkFirewallPolicyRuleMatchSrcSecureTags
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeNetworkFirewallPolicyRuleMatchSrcSecureTags.Builderbuilder()StringgetName()Name of the secure tag, created with TagManager's TagValue API.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Name of the secure tag, created with TagManager's TagValue API.
-
builder
@Stability(Stable) static ComputeNetworkFirewallPolicyRuleMatchSrcSecureTags.Builder builder()
-
-