Interface CfnApplication.IIframeConfigProperty
Namespace: Amazon.CDK.AWS.AppIntegrations
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnApplication.IIframeConfigProperty
Syntax (vb)
Public Interface CfnApplication.IIframeConfigProperty
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 iframeConfigProperty = new IframeConfigProperty {
Allow = new [] { "allow" },
Sandbox = new [] { "sandbox" }
};
Synopsis
Properties
| Allow | |
| Sandbox |