Interface ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.803Z") @Stability(Stable) public interface ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.BuilderA builder forComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTagsstatic classComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Jsii$ProxyAn implementation forComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.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 ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.Builder builder()
-
-