Interface CfnTelemetryRulePropsMixin.SingleHeaderProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTelemetryRulePropsMixin.SingleHeaderProperty.Jsii$Proxy
Enclosing class:
CfnTelemetryRulePropsMixin

@Stability(Stable) public static interface CfnTelemetryRulePropsMixin.SingleHeaderProperty extends software.amazon.jsii.JsiiSerializable
Structure containing a name field limited to 64 characters for header or query parameter identification.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.*;
 SingleHeaderProperty singleHeaderProperty = SingleHeaderProperty.builder()
         .name("name")
         .build();
 

See Also: