Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-iframeconfig.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 iframeConfigProperty = new IframeConfigProperty {
                 Allow = new [] { "allow" },
                 Sandbox = new [] { "sandbox" }
             };

Synopsis

Properties

Allow
Sandbox

Properties

Allow

string[]? Allow { get; }
Property Value

string[]

Remarks

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

Sandbox

string[]? Sandbox { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX