Interface GatewayRuleReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GatewayRuleReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:21.525Z")
@Stability(Stable)
public interface GatewayRuleReference
extends software.amazon.jsii.JsiiSerializable
A reference to a GatewayRule resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.bedrockagentcore.*;
GatewayRuleReference gatewayRuleReference = GatewayRuleReference.builder()
.gatewayIdentifier("gatewayIdentifier")
.ruleId("ruleId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forGatewayRuleReferencestatic final classAn implementation forGatewayRuleReference -
Method Summary
Modifier and TypeMethodDescriptionstatic GatewayRuleReference.Builderbuilder()The GatewayIdentifier of the GatewayRule resource.The RuleId of the GatewayRule resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGatewayIdentifier
The GatewayIdentifier of the GatewayRule resource. -
getRuleId
The RuleId of the GatewayRule resource. -
builder
- Returns:
- a
GatewayRuleReference.BuilderofGatewayRuleReference
-