Namespace Amazon.CDK.AWS.AppIntegrations
AWS::AppIntegrations Construct Library
This module is part of the AWS Cloud Development Kit project.
using Amazon.CDK.AWS.AppIntegrations;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::AppIntegrations.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Classes
CfnApplication | Creates and persists an Application resource. |
CfnApplication.ApplicationSourceConfigProperty | The configuration for where the application should be loaded from. |
CfnApplication.ExternalUrlConfigProperty | The external URL source for the application. |
CfnApplicationProps | Properties for defining a |
CfnDataIntegration | Creates and persists a DataIntegration resource. |
CfnDataIntegration.FileConfigurationProperty | The configuration for what files should be pulled from the source. |
CfnDataIntegration.ScheduleConfigProperty | The name of the data and how often it should be pulled from the source. |
CfnDataIntegrationProps | Properties for defining a |
CfnEventIntegration | Creates an event integration. |
CfnEventIntegration.EventFilterProperty | The event integration filter. |
CfnEventIntegrationProps | Properties for defining a |
Interfaces
CfnApplication.IApplicationSourceConfigProperty | The configuration for where the application should be loaded from. |
CfnApplication.IExternalUrlConfigProperty | The external URL source for the application. |
CfnDataIntegration.IFileConfigurationProperty | The configuration for what files should be pulled from the source. |
CfnDataIntegration.IScheduleConfigProperty | The name of the data and how often it should be pulled from the source. |
CfnEventIntegration.IEventFilterProperty | The event integration filter. |
ICfnApplicationProps | Properties for defining a |
ICfnDataIntegrationProps | Properties for defining a |
ICfnEventIntegrationProps | Properties for defining a |