interface TelemetryRuleProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_observabilityadmin.CfnOrganizationTelemetryRule.TelemetryRuleProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsobservabilityadmin#CfnOrganizationTelemetryRule_TelemetryRuleProperty |
![]() | software.amazon.awscdk.services.observabilityadmin.CfnOrganizationTelemetryRule.TelemetryRuleProperty |
![]() | aws_cdk.aws_observabilityadmin.CfnOrganizationTelemetryRule.TelemetryRuleProperty |
![]() | aws-cdk-lib » aws_observabilityadmin » CfnOrganizationTelemetryRule » TelemetryRuleProperty |
The telemetry rule.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_observabilityadmin as observabilityadmin } from 'aws-cdk-lib';
const telemetryRuleProperty: observabilityadmin.CfnOrganizationTelemetryRule.TelemetryRuleProperty = {
resourceType: 'resourceType',
telemetryType: 'telemetryType',
// the properties below are optional
destinationConfiguration: {
destinationPattern: 'destinationPattern',
destinationType: 'destinationType',
retentionInDays: 123,
vpcFlowLogParameters: {
logFormat: 'logFormat',
maxAggregationInterval: 123,
trafficType: 'trafficType',
},
},
scope: 'scope',
selectionCriteria: 'selectionCriteria',
};
Properties
Name | Type | Description |
---|---|---|
resource | string | Resource Type associated with the Organization Telemetry Rule. |
telemetry | string | Telemetry Type associated with the Organization Telemetry Rule. |
destination | IResolvable | Telemetry | The destination configuration for telemetry data. |
scope? | string | Selection Criteria on scope level for rule application. |
selection | string | Selection Criteria on resource level for rule application. |
resourceType
Type:
string
Resource Type associated with the Organization Telemetry Rule.
telemetryType
Type:
string
Telemetry Type associated with the Organization Telemetry Rule.
destinationConfiguration?
Type:
IResolvable
|
Telemetry
(optional)
The destination configuration for telemetry data.
scope?
Type:
string
(optional)
Selection Criteria on scope level for rule application.
selectionCriteria?
Type:
string
(optional)
Selection Criteria on resource level for rule application.