interface BrowserConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Synthetics.CfnCanary.BrowserConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssynthetics#CfnCanary_BrowserConfigProperty |
![]() | software.amazon.awscdk.services.synthetics.CfnCanary.BrowserConfigProperty |
![]() | aws_cdk.aws_synthetics.CfnCanary.BrowserConfigProperty |
![]() | aws-cdk-lib » aws_synthetics » CfnCanary » BrowserConfigProperty |
A structure that specifies the browser type to use for a canary run.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_synthetics as synthetics } from 'aws-cdk-lib';
const browserConfigProperty: synthetics.CfnCanary.BrowserConfigProperty = {
browserType: 'browserType',
};
Properties
Name | Type | Description |
---|---|---|
browser | string | The browser type associated with this browser configuration. |
browserType
Type:
string
The browser type associated with this browser configuration.