Show / Hide Table of Contents

Class CfnOrganizationTelemetryRule.SingleHeaderProperty

Structure containing a name field limited to 64 characters for header or query parameter identification.

Inheritance
object
CfnOrganizationTelemetryRule.SingleHeaderProperty
Implements
CfnOrganizationTelemetryRule.ISingleHeaderProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-singleheader.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-singleheader.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-singleheader.html#cfn-observabilityadmin-organizationtelemetryrule-singleheader-name

Implements

CfnOrganizationTelemetryRule.ISingleHeaderProperty
Back to top Generated by DocFX