Show / Hide Table of Contents

Interface ICfnGroupMixinProps

Properties for CfnGroupPropsMixin.

Namespace: Amazon.CDK.Mixins.Preview.AWS.XRay.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnGroupMixinProps
Syntax (vb)
Public Interface ICfnGroupMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-group.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.Mixins.Preview.AWS.XRay.Mixins;

             var cfnGroupMixinProps = new CfnGroupMixinProps {
                 FilterExpression = "filterExpression",
                 GroupName = "groupName",
                 InsightsConfiguration = new InsightsConfigurationProperty {
                     InsightsEnabled = false,
                     NotificationsEnabled = false
                 },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Properties

FilterExpression

The filter expression defining the parameters to include traces.

GroupName

The unique case-sensitive name of the group.

InsightsConfiguration

The structure containing configurations related to insights.

Tags

An array of key-value pairs to apply to this resource.

Properties

FilterExpression

The filter expression defining the parameters to include traces.

string? FilterExpression { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-group.html#cfn-xray-group-filterexpression

GroupName

The unique case-sensitive name of the group.

string? GroupName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-group.html#cfn-xray-group-groupname

InsightsConfiguration

The structure containing configurations related to insights.

object? InsightsConfiguration { get; }
Property Value

object

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-group.html#cfn-xray-group-insightsconfiguration

    Type union: either IResolvable or CfnGroupPropsMixin.IInsightsConfigurationProperty

    Tags

    An array of key-value pairs to apply to this resource.

    ICfnTag[]? Tags { get; }
    Property Value

    ICfnTag[]

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-group.html#cfn-xray-group-tags

    Back to top Generated by DocFX