@Stability(value=Stable)
public static interface CfnResolver.PipelineConfigProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResolver.PipelineConfigProperty.Builder
A builder for
CfnResolver.PipelineConfigProperty |
static class |
CfnResolver.PipelineConfigProperty.Jsii$Proxy
An implementation for
CfnResolver.PipelineConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResolver.PipelineConfigProperty.Builder |
builder() |
default List<String> |
getFunctions()
A list of `Function` objects.
|
@Stability(value=Stable) @Nullable default List<String> getFunctions()
@Stability(value=Stable) static CfnResolver.PipelineConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.