Interface ServiceFunctionReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ServiceFunctionReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-16T16:14:36.088Z")
@Stability(Stable)
public interface ServiceFunctionReference
extends software.amazon.jsii.JsiiSerializable
A reference to a ServiceFunction 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.resiliencehubv2.*;
ServiceFunctionReference serviceFunctionReference = ServiceFunctionReference.builder()
.serviceArn("serviceArn")
.serviceFunctionId("serviceFunctionId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forServiceFunctionReferencestatic final classAn implementation forServiceFunctionReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ServiceArn of the ServiceFunction resource.The ServiceFunctionId of the ServiceFunction resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServiceArn
The ServiceArn of the ServiceFunction resource. -
getServiceFunctionId
The ServiceFunctionId of the ServiceFunction resource. -
builder
- Returns:
- a
ServiceFunctionReference.BuilderofServiceFunctionReference
-