Class CfnApplication.ExternalUrlConfigProperty
The external URL source for the application.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppIntegrations
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ExternalUrlConfigProperty : Object, CfnApplication.IExternalUrlConfigProperty
Syntax (vb)
Public Class ExternalUrlConfigProperty
Inherits Object
Implements CfnApplication.IExternalUrlConfigProperty
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 externalUrlConfigProperty = new ExternalUrlConfigProperty {
AccessUrl = "accessUrl",
// the properties below are optional
ApprovedOrigins = new [] { "approvedOrigins" }
};
Synopsis
Constructors
External |
Properties
Access |
The URL to access the application. |
Approved |
Additional URLs to allow list if different than the access URL. |
Constructors
ExternalUrlConfigProperty()
public ExternalUrlConfigProperty()
Properties
AccessUrl
The URL to access the application.
public string AccessUrl { get; set; }
Property Value
System.
Remarks
ApprovedOrigins
Additional URLs to allow list if different than the access URL.
public string[] ApprovedOrigins { get; set; }
Property Value
System.