| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static IamResource |
IamResource.all()
(experimental) Generate the resource names that accepts all types: `*`.
|
static IamResource |
IamResource.custom(String... arns)
(experimental) Generate the resource names given custom arns.
|
static IamResource |
IamResource.ofType(String type,
String... fields)
(experimental) Generate the resource names given a type and fields.
|
| Modifier and Type | Method and Description |
|---|---|
Grant |
GraphqlApi.grant(IGrantable grantee,
IamResource resources,
String... actions)
(experimental) Adds an IAM policy statement associated with this GraphQLApi to an IAM principal's policy.
|
Copyright © 2021. All rights reserved.