Interface CfnResolver.PipelineConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResolver.PipelineConfigProperty.Jsii$Proxy
- Enclosing class:
- CfnResolver
@Stability(Stable)
public static interface CfnResolver.PipelineConfigProperty
extends software.amazon.jsii.JsiiSerializable
Use the
PipelineConfig property type to specify PipelineConfig for an AWS AppSync resolver.
PipelineConfig is a property of the AWS::AppSync::Resolver 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.services.appsync.*;
PipelineConfigProperty pipelineConfigProperty = PipelineConfigProperty.builder()
.functions(List.of("functions"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResolver.PipelineConfigPropertystatic final classAn implementation forCfnResolver.PipelineConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFunctions
A list ofFunctionobjects. -
builder
-