Show / Hide Table of Contents

Interface CfnApplication.IApplicationSourceConfigProperty

The configuration for where the application should be loaded from.

Namespace: Amazon.CDK.AWS.AppIntegrations
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnApplication.IApplicationSourceConfigProperty
Syntax (vb)
Public Interface CfnApplication.IApplicationSourceConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationsourceconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.AppIntegrations;

             var applicationSourceConfigProperty = new ApplicationSourceConfigProperty {
                 ExternalUrlConfig = new ExternalUrlConfigProperty {
                     AccessUrl = "accessUrl",

                     // the properties below are optional
                     ApprovedOrigins = new [] { "approvedOrigins" }
                 }
             };

Synopsis

Properties

ExternalUrlConfig

The external URL source for the application.

Properties

ExternalUrlConfig

The external URL source for the application.

object ExternalUrlConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationsourceconfig.html#cfn-appintegrations-application-applicationsourceconfig-externalurlconfig

Type union: either IResolvable or CfnApplication.IExternalUrlConfigProperty

Back to top Generated by DocFX