Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-appsync

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-appsync - npm Package Compare versions

Comparing version 0.18.1 to 0.19.0

90

lib/appsync.generated.d.ts

@@ -292,2 +292,92 @@ import cdk = require('@aws-cdk/cdk');

/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html
*/
interface FunctionConfigurationResourceProps {
/**
* ``AWS::AppSync::FunctionConfiguration.ApiId``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-apiid
*/
apiId: string | cdk.Token;
/**
* ``AWS::AppSync::FunctionConfiguration.DataSourceName``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename
*/
dataSourceName?: string | cdk.Token;
/**
* ``AWS::AppSync::FunctionConfiguration.Description``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-description
*/
description?: string | cdk.Token;
/**
* ``AWS::AppSync::FunctionConfiguration.FunctionVersion``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion
*/
functionVersion?: string | cdk.Token;
/**
* ``AWS::AppSync::FunctionConfiguration.Name``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-name
*/
name?: string | cdk.Token;
/**
* ``AWS::AppSync::FunctionConfiguration.RequestMappingTemplate``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplate
*/
requestMappingTemplate?: string | cdk.Token;
/**
* ``AWS::AppSync::FunctionConfiguration.RequestMappingTemplateS3Location``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-requestmappingtemplates3location
*/
requestMappingTemplateS3Location?: string | cdk.Token;
/**
* ``AWS::AppSync::FunctionConfiguration.ResponseMappingTemplate``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplate
*/
responseMappingTemplate?: string | cdk.Token;
/**
* ``AWS::AppSync::FunctionConfiguration.ResponseMappingTemplateS3Location``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-responsemappingtemplates3location
*/
responseMappingTemplateS3Location?: string | cdk.Token;
}
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html
*/
class FunctionConfigurationResource extends cdk.Resource {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly resourceTypeName = "AWS::AppSync::FunctionConfiguration";
/**
* @cloudformation_attribute DataSourceName
*/
readonly functionConfigurationDataSourceName: string;
/**
* @cloudformation_attribute FunctionArn
*/
readonly functionConfigurationFunctionArn: string;
/**
* @cloudformation_attribute FunctionId
*/
readonly functionConfigurationFunctionId: string;
/**
* @cloudformation_attribute Name
*/
readonly functionConfigurationName: string;
readonly functionConfigurationArn: string;
/**
* Creates a new ``AWS::AppSync::FunctionConfiguration``.
*
* @param parent the ``cdk.Construct`` this ``FunctionConfigurationResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``FunctionConfigurationResource``
*/
constructor(parent: cdk.Construct, name: string, properties: FunctionConfigurationResourceProps);
readonly propertyOverrides: FunctionConfigurationResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;
};
}
}
export declare namespace cloudformation {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html

@@ -294,0 +384,0 @@ */

14

package.json
{
"name": "@aws-cdk/aws-appsync",
"version": "0.18.1",
"version": "0.19.0",
"description": "The CDK Construct Library for AWS::AppSync",

@@ -55,14 +55,14 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.18.1",
"cdk-build-tools": "^0.18.1",
"cfn2ts": "^0.18.1",
"pkglint": "^0.18.1"
"@aws-cdk/assert": "^0.19.0",
"cdk-build-tools": "^0.19.0",
"cfn2ts": "^0.19.0",
"pkglint": "^0.19.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.18.1"
"@aws-cdk/cdk": "^0.19.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/cdk": "^0.18.1"
"@aws-cdk/cdk": "^0.19.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc