Class CfnOrganizationTelemetryRule.SingleHeaderProperty
Structure containing a name field limited to 64 characters for header or query parameter identification.
Inherited Members
Namespace: Amazon.CDK.AWS.ObservabilityAdmin
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnOrganizationTelemetryRule.SingleHeaderProperty : CfnOrganizationTelemetryRule.ISingleHeaderProperty
Syntax (vb)
Public Class CfnOrganizationTelemetryRule.SingleHeaderProperty Implements CfnOrganizationTelemetryRule.ISingleHeaderProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ObservabilityAdmin;
var singleHeaderProperty = new SingleHeaderProperty {
Name = "name"
};
Synopsis
Constructors
| SingleHeaderProperty() | Structure containing a name field limited to 64 characters for header or query parameter identification. |
Properties
| Name | The name value, limited to 64 characters. |
Constructors
SingleHeaderProperty()
Structure containing a name field limited to 64 characters for header or query parameter identification.
public SingleHeaderProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ObservabilityAdmin;
var singleHeaderProperty = new SingleHeaderProperty {
Name = "name"
};
Properties
Name
The name value, limited to 64 characters.
public string Name { get; set; }