Interface CfnTelemetryRule.SingleHeaderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTelemetryRule.SingleHeaderProperty.Jsii$Proxy
- Enclosing class:
CfnTelemetryRule
@Stability(Stable)
public static interface CfnTelemetryRule.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.services.observabilityadmin.*;
SingleHeaderProperty singleHeaderProperty = SingleHeaderProperty.builder()
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTelemetryRule.SingleHeaderPropertystatic final classAn implementation forCfnTelemetryRule.SingleHeaderProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name value, limited to 64 characters.- See Also:
-
builder
-