interface IframeConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppIntegrations.CfnApplication.IframeConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappintegrations#CfnApplication_IframeConfigProperty |
![]() | software.amazon.awscdk.services.appintegrations.CfnApplication.IframeConfigProperty |
![]() | aws_cdk.aws_appintegrations.CfnApplication.IframeConfigProperty |
![]() | aws-cdk-lib » aws_appintegrations » CfnApplication » IframeConfigProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appintegrations as appintegrations } from 'aws-cdk-lib';
const iframeConfigProperty: appintegrations.CfnApplication.IframeConfigProperty = {
allow: ['allow'],
sandbox: ['sandbox'],
};
Properties
Name | Type | Description |
---|---|---|
allow? | string[] | |
sandbox? | string[] |
allow?
Type:
string[]
(optional)
sandbox?
Type:
string[]
(optional)