GetDataSourcePlainArgs

data class GetDataSourcePlainArgs(val dataSourceArn: String) : ConvertibleToJava<GetDataSourcePlainArgs>

Constructors

Link copied to clipboard
constructor(dataSourceArn: String)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.

Functions

Link copied to clipboard
open override fun toJava(): GetDataSourcePlainArgs