Interface RequesterGatewayReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RequesterGatewayReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:17.325Z")
@Stability(Stable)
public interface RequesterGatewayReference
extends software.amazon.jsii.JsiiSerializable
A reference to a RequesterGateway 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.rtbfabric.*;
RequesterGatewayReference requesterGatewayReference = RequesterGatewayReference.builder()
.requesterGatewayArn("requesterGatewayArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRequesterGatewayReferencestatic final classAn implementation forRequesterGatewayReference -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRequesterGatewayArn
The Arn of the RequesterGateway resource. -
builder
- Returns:
- a
RequesterGatewayReference.BuilderofRequesterGatewayReference
-