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
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; }