Interface CfnResolverPropsMixin.PipelineConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResolverPropsMixin.PipelineConfigProperty.Jsii$Proxy
- Enclosing class:
CfnResolverPropsMixin
@Stability(Stable)
public static interface CfnResolverPropsMixin.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.mixins.preview.services.appsync.mixins.*;
PipelineConfigProperty pipelineConfigProperty = PipelineConfigProperty.builder()
.functions(List.of("functions"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResolverPropsMixin.PipelineConfigPropertystatic final classAn implementation forCfnResolverPropsMixin.PipelineConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFunctions
A list ofFunctionobjects.- See Also:
-
builder
-