interface BrowserConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Synthetics.Mixins.CfnCanaryPropsMixin.BrowserConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssynthetics/mixins#CfnCanaryPropsMixin_BrowserConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.synthetics.mixins.CfnCanaryPropsMixin.BrowserConfigProperty |
Python | aws_cdk.mixins_preview.aws_synthetics.mixins.CfnCanaryPropsMixin.BrowserConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_synthetics » mixins » CfnCanaryPropsMixin » 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 { mixins as synthetics_mixins } from '@aws-cdk/mixins-preview/aws-synthetics';
const browserConfigProperty: synthetics_mixins.CfnCanaryPropsMixin.BrowserConfigProperty = {
browserType: 'browserType',
};
Properties
| Name | Type | Description |
|---|---|---|
| browser | string | The browser type associated with this browser configuration. |
browserType?
Type:
string
(optional)
The browser type associated with this browser configuration.

.NET
Go
Java
Python
TypeScript