interface WindowProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ApplicationSignals.Mixins.CfnServiceLevelObjectivePropsMixin.WindowProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsapplicationsignals/mixins#CfnServiceLevelObjectivePropsMixin_WindowProperty |
Java | software.amazon.awscdk.mixins.preview.services.applicationsignals.mixins.CfnServiceLevelObjectivePropsMixin.WindowProperty |
Python | aws_cdk.mixins_preview.aws_applicationsignals.mixins.CfnServiceLevelObjectivePropsMixin.WindowProperty |
TypeScript | @aws-cdk/mixins-preview » aws_applicationsignals » mixins » 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 { mixins as applicationsignals_mixins } from '@aws-cdk/mixins-preview/aws-applicationsignals';
const windowProperty: applicationsignals_mixins.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