@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:02.988Z") @Stability(value=Experimental) public interface AppsyncFunctionAttributes extends software.amazon.jsii.JsiiSerializable
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.*;
AppsyncFunctionAttributes appsyncFunctionAttributes = AppsyncFunctionAttributes.builder()
.functionArn("functionArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AppsyncFunctionAttributes.Builder
A builder for
AppsyncFunctionAttributes |
static class |
AppsyncFunctionAttributes.Jsii$Proxy
An implementation for
AppsyncFunctionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static AppsyncFunctionAttributes.Builder |
builder() |
String |
getFunctionArn()
(experimental) the ARN of the AppSync function.
|
@Stability(value=Experimental) @NotNull String getFunctionArn()
@Stability(value=Experimental) static AppsyncFunctionAttributes.Builder builder()
AppsyncFunctionAttributes.Builder of AppsyncFunctionAttributesCopyright © 2022. All rights reserved.