interface BrowserConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Synthetics.CfnCanaryPropsMixin.BrowserConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssynthetics#CfnCanaryPropsMixin_BrowserConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.synthetics.CfnCanaryPropsMixin.BrowserConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_synthetics.CfnCanaryPropsMixin.BrowserConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_synthetics » 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 { aws_synthetics as synthetics } from '@aws-cdk/cfn-property-mixins';
const browserConfigProperty: synthetics.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