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