AppsyncFunctionAttributes

class aws_cdk.aws_appsync.AppsyncFunctionAttributes(*, function_arn)

Bases: object

(experimental) The attributes for imported AppSync Functions.

Parameters:

function_arn (str) – (experimental) the ARN of the AppSync function.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_appsync as appsync

appsync_function_attributes = appsync.AppsyncFunctionAttributes(
    function_arn="functionArn"
)

Attributes

function_arn

(experimental) the ARN of the AppSync function.

Stability:

experimental