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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnResolver.PipelineConfigProperty
static final class
An implementation forCfnResolver.PipelineConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFunctions
A list ofFunction
objects.- See Also:
-
builder
-