interface SelectionConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ApplicationSignals.CfnServiceLevelObjective.SelectionConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapplicationsignals#CfnServiceLevelObjective_SelectionConfigProperty |
Java | software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.SelectionConfigProperty |
Python | aws_cdk.aws_applicationsignals.CfnServiceLevelObjective.SelectionConfigProperty |
TypeScript | aws-cdk-lib » aws_applicationsignals » CfnServiceLevelObjective » SelectionConfigProperty |
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-lib';
const selectionConfigProperty: applicationsignals.CfnServiceLevelObjective.SelectionConfigProperty = {
type: 'type',
// the properties below are optional
pattern: 'pattern',
};
Properties
| Name | Type | Description |
|---|---|---|
| type | string | |
| pattern? | string |
type
Type:
string
pattern?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript