TelemetryRuleRuleDestinationConfiguration class
Constructors
-
TelemetryRuleRuleDestinationConfiguration({Input<
TelemetryRuleRuleDestinationConfigurationCloudtrailParameters?> ? cloudtrailParameters, Input<String?> ? destinationPattern, Input<String?> ? destinationType, Input<TelemetryRuleRuleDestinationConfigurationElbLoadBalancerLoggingParameters?> ? elbLoadBalancerLoggingParameters, Input<TelemetryRuleRuleDestinationConfigurationLogDeliveryParameters?> ? logDeliveryParameters, Input<TelemetryRuleRuleDestinationConfigurationMskMonitoringParameters?> ? mskMonitoringParameters, Input<int?> ? retentionInDays, Input<TelemetryRuleRuleDestinationConfigurationVpcFlowLogParameters?> ? vpcFlowLogParameters, Input<TelemetryRuleRuleDestinationConfigurationWafLoggingParameters?> ? wafLoggingParameters}) -
Creates a new TelemetryRuleRuleDestinationConfiguration.
cloudtrailParametersCloudTrail-specific parameters when CloudTrail is the source. SeecloudtrailParametersbelow.destinationPatternPattern used to generate the destination path or name. May contain alphanumeric characters, the macros<accountId>and<resourceId>, and the symbols_,/,-.destinationTypeDestination type for the telemetry data (for examplecloud-watch-logs).elbLoadBalancerLoggingParametersELB load balancer logging parameters when the resource is an ELB. SeeelbLoadBalancerLoggingParametersbelow.logDeliveryParametersAmazon Bedrock AgentCore log delivery parameters. SeelogDeliveryParametersbelow.mskMonitoringParametersAmazon MSK cluster monitoring parameters. SeemskMonitoringParametersbelow.retentionInDaysNumber of days to retain the telemetry data in the destination.vpcFlowLogParametersVPC Flow Logs-specific parameters when the resource isAWS::EC2::VPC. SeevpcFlowLogParametersbelow.wafLoggingParametersWAF logging parameters when the resource isAWS::WAFv2::WebACL. SeewafLoggingParametersbelow.const -
TelemetryRuleRuleDestinationConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
cloudtrailParameters
→ Input<
TelemetryRuleRuleDestinationConfigurationCloudtrailParameters?> ? -
CloudTrail-specific parameters when CloudTrail is the source. See
cloudtrailParametersbelow.final -
destinationPattern
→ Input<
String?> ? -
Pattern used to generate the destination path or name. May contain alphanumeric characters, the macros
<accountId>and<resourceId>, and the symbols_,/,-.final -
destinationType
→ Input<
String?> ? -
Destination type for the telemetry data (for example
cloud-watch-logs).final -
elbLoadBalancerLoggingParameters
→ Input<
TelemetryRuleRuleDestinationConfigurationElbLoadBalancerLoggingParameters?> ? -
ELB load balancer logging parameters when the resource is an ELB. See
elbLoadBalancerLoggingParametersbelow.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
logDeliveryParameters
→ Input<
TelemetryRuleRuleDestinationConfigurationLogDeliveryParameters?> ? -
Amazon Bedrock AgentCore log delivery parameters. See
logDeliveryParametersbelow.final -
mskMonitoringParameters
→ Input<
TelemetryRuleRuleDestinationConfigurationMskMonitoringParameters?> ? -
Amazon MSK cluster monitoring parameters. See
mskMonitoringParametersbelow.final -
retentionInDays
→ Input<
int?> ? -
Number of days to retain the telemetry data in the destination.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
vpcFlowLogParameters
→ Input<
TelemetryRuleRuleDestinationConfigurationVpcFlowLogParameters?> ? -
VPC Flow Logs-specific parameters when the resource is
AWS::EC2::VPC. SeevpcFlowLogParametersbelow.final -
wafLoggingParameters
→ Input<
TelemetryRuleRuleDestinationConfigurationWafLoggingParameters?> ? -
WAF logging parameters when the resource is
AWS::WAFv2::WebACL. SeewafLoggingParametersbelow.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited