interface WindowProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ApplicationSignals.CfnServiceLevelObjectivePropsMixin.WindowProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsapplicationsignals#CfnServiceLevelObjectivePropsMixin_WindowProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.applicationsignals.CfnServiceLevelObjectivePropsMixin.WindowProperty |
Python | aws_cdk.cfn_property_mixins.aws_applicationsignals.CfnServiceLevelObjectivePropsMixin.WindowProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_applicationsignals » CfnServiceLevelObjectivePropsMixin » WindowProperty |
The start and end time of the time exclusion window.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_applicationsignals as applicationsignals } from '@aws-cdk/cfn-property-mixins';
const windowProperty: applicationsignals.CfnServiceLevelObjectivePropsMixin.WindowProperty = {
duration: 123,
durationUnit: 'durationUnit',
};
Properties
| Name | Type | Description |
|---|---|---|
| duration? | number | The start and end time of the time exclusion window. |
| duration | string | The unit of measurement to use during the time window exclusion. |
duration?
Type:
number
(optional)
The start and end time of the time exclusion window.
durationUnit?
Type:
string
(optional)
The unit of measurement to use during the time window exclusion.

.NET
Go
Java
Python
TypeScript