awsxray

package
v1.114.0-devpreview Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CfnGroup_CFN_RESOURCE_TYPE_NAME

func CfnGroup_CFN_RESOURCE_TYPE_NAME() *string

func CfnGroup_IsCfnElement

func CfnGroup_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.

func CfnGroup_IsCfnResource

func CfnGroup_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnGroup_IsConstruct

func CfnGroup_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func CfnSamplingRule_CFN_RESOURCE_TYPE_NAME

func CfnSamplingRule_CFN_RESOURCE_TYPE_NAME() *string

func CfnSamplingRule_IsCfnElement

func CfnSamplingRule_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.

func CfnSamplingRule_IsCfnResource

func CfnSamplingRule_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnSamplingRule_IsConstruct

func CfnSamplingRule_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func NewCfnGroup_Override

func NewCfnGroup_Override(c CfnGroup, scope awscdk.Construct, id *string, props *CfnGroupProps)

Create a new `AWS::XRay::Group`.

func NewCfnSamplingRule_Override

func NewCfnSamplingRule_Override(c CfnSamplingRule, scope awscdk.Construct, id *string, props *CfnSamplingRuleProps)

Create a new `AWS::XRay::SamplingRule`.

Types

type CfnGroup

type CfnGroup interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrGroupArn() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	FilterExpression() *string
	SetFilterExpression(val *string)
	GroupName() *string
	SetGroupName(val *string)
	InsightsConfiguration() interface{}
	SetInsightsConfiguration(val interface{})
	LogicalId() *string
	Node() awscdk.ConstructNode
	Ref() *string
	Stack() awscdk.Stack
	Tags() *[]interface{}
	SetTags(val *[]interface{})
	UpdatedProperites() *map[string]interface{}
	AddDeletionOverride(path *string)
	AddDependsOn(target awscdk.CfnResource)
	AddMetadata(key *string, value interface{})
	AddOverride(path *string, value interface{})
	AddPropertyDeletionOverride(propertyPath *string)
	AddPropertyOverride(propertyPath *string, value interface{})
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	GetAtt(attributeName *string) awscdk.Reference
	GetMetadata(key *string) interface{}
	Inspect(inspector awscdk.TreeInspector)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	OverrideLogicalId(newLogicalId *string)
	Prepare()
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	Synthesize(session awscdk.ISynthesisSession)
	ToString() *string
	Validate() *[]*string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::XRay::Group`.

func NewCfnGroup

func NewCfnGroup(scope awscdk.Construct, id *string, props *CfnGroupProps) CfnGroup

Create a new `AWS::XRay::Group`.

type CfnGroupProps

type CfnGroupProps struct {
	// `AWS::XRay::Group.FilterExpression`.
	FilterExpression *string `json:"filterExpression"`
	// `AWS::XRay::Group.GroupName`.
	GroupName *string `json:"groupName"`
	// `AWS::XRay::Group.InsightsConfiguration`.
	InsightsConfiguration interface{} `json:"insightsConfiguration"`
	// `AWS::XRay::Group.Tags`.
	Tags *[]interface{} `json:"tags"`
}

Properties for defining a `AWS::XRay::Group`.

type CfnGroup_InsightsConfigurationProperty

type CfnGroup_InsightsConfigurationProperty struct {
	// `CfnGroup.InsightsConfigurationProperty.InsightsEnabled`.
	InsightsEnabled interface{} `json:"insightsEnabled"`
	// `CfnGroup.InsightsConfigurationProperty.NotificationsEnabled`.
	NotificationsEnabled interface{} `json:"notificationsEnabled"`
}

type CfnSamplingRule

type CfnSamplingRule interface {
	awscdk.CfnResource
	awscdk.IInspectable
	AttrRuleArn() *string
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	LogicalId() *string
	Node() awscdk.ConstructNode
	Ref() *string
	RuleName() *string
	SetRuleName(val *string)
	SamplingRule() interface{}
	SetSamplingRule(val interface{})
	SamplingRuleRecord() interface{}
	SetSamplingRuleRecord(val interface{})
	SamplingRuleUpdate() interface{}
	SetSamplingRuleUpdate(val interface{})
	Stack() awscdk.Stack
	Tags() *[]interface{}
	SetTags(val *[]interface{})
	UpdatedProperites() *map[string]interface{}
	AddDeletionOverride(path *string)
	AddDependsOn(target awscdk.CfnResource)
	AddMetadata(key *string, value interface{})
	AddOverride(path *string, value interface{})
	AddPropertyDeletionOverride(propertyPath *string)
	AddPropertyOverride(propertyPath *string, value interface{})
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	GetAtt(attributeName *string) awscdk.Reference
	GetMetadata(key *string) interface{}
	Inspect(inspector awscdk.TreeInspector)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	OverrideLogicalId(newLogicalId *string)
	Prepare()
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	Synthesize(session awscdk.ISynthesisSession)
	ToString() *string
	Validate() *[]*string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::XRay::SamplingRule`.

func NewCfnSamplingRule

func NewCfnSamplingRule(scope awscdk.Construct, id *string, props *CfnSamplingRuleProps) CfnSamplingRule

Create a new `AWS::XRay::SamplingRule`.

type CfnSamplingRuleProps

type CfnSamplingRuleProps struct {
	// `AWS::XRay::SamplingRule.RuleName`.
	RuleName *string `json:"ruleName"`
	// `AWS::XRay::SamplingRule.SamplingRule`.
	SamplingRule interface{} `json:"samplingRule"`
	// `AWS::XRay::SamplingRule.SamplingRuleRecord`.
	SamplingRuleRecord interface{} `json:"samplingRuleRecord"`
	// `AWS::XRay::SamplingRule.SamplingRuleUpdate`.
	SamplingRuleUpdate interface{} `json:"samplingRuleUpdate"`
	// `AWS::XRay::SamplingRule.Tags`.
	Tags *[]interface{} `json:"tags"`
}

Properties for defining a `AWS::XRay::SamplingRule`.

type CfnSamplingRule_SamplingRuleProperty

type CfnSamplingRule_SamplingRuleProperty struct {
	// `CfnSamplingRule.SamplingRuleProperty.Attributes`.
	Attributes interface{} `json:"attributes"`
	// `CfnSamplingRule.SamplingRuleProperty.FixedRate`.
	FixedRate *float64 `json:"fixedRate"`
	// `CfnSamplingRule.SamplingRuleProperty.Host`.
	Host *string `json:"host"`
	// `CfnSamplingRule.SamplingRuleProperty.HTTPMethod`.
	HttpMethod *string `json:"httpMethod"`
	// `CfnSamplingRule.SamplingRuleProperty.Priority`.
	Priority *float64 `json:"priority"`
	// `CfnSamplingRule.SamplingRuleProperty.ReservoirSize`.
	ReservoirSize *float64 `json:"reservoirSize"`
	// `CfnSamplingRule.SamplingRuleProperty.ResourceARN`.
	ResourceArn *string `json:"resourceArn"`
	// `CfnSamplingRule.SamplingRuleProperty.RuleARN`.
	RuleArn *string `json:"ruleArn"`
	// `CfnSamplingRule.SamplingRuleProperty.RuleName`.
	RuleName *string `json:"ruleName"`
	// `CfnSamplingRule.SamplingRuleProperty.ServiceName`.
	ServiceName *string `json:"serviceName"`
	// `CfnSamplingRule.SamplingRuleProperty.ServiceType`.
	ServiceType *string `json:"serviceType"`
	// `CfnSamplingRule.SamplingRuleProperty.URLPath`.
	UrlPath *string `json:"urlPath"`
	// `CfnSamplingRule.SamplingRuleProperty.Version`.
	Version *float64 `json:"version"`
}

type CfnSamplingRule_SamplingRuleRecordProperty

type CfnSamplingRule_SamplingRuleRecordProperty struct {
	// `CfnSamplingRule.SamplingRuleRecordProperty.CreatedAt`.
	CreatedAt *string `json:"createdAt"`
	// `CfnSamplingRule.SamplingRuleRecordProperty.ModifiedAt`.
	ModifiedAt *string `json:"modifiedAt"`
	// `CfnSamplingRule.SamplingRuleRecordProperty.SamplingRule`.
	SamplingRule interface{} `json:"samplingRule"`
}

type CfnSamplingRule_SamplingRuleUpdateProperty

type CfnSamplingRule_SamplingRuleUpdateProperty struct {
	// `CfnSamplingRule.SamplingRuleUpdateProperty.Attributes`.
	Attributes interface{} `json:"attributes"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.FixedRate`.
	FixedRate *float64 `json:"fixedRate"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.Host`.
	Host *string `json:"host"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.HTTPMethod`.
	HttpMethod *string `json:"httpMethod"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.Priority`.
	Priority *float64 `json:"priority"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.ReservoirSize`.
	ReservoirSize *float64 `json:"reservoirSize"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.ResourceARN`.
	ResourceArn *string `json:"resourceArn"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.RuleARN`.
	RuleArn *string `json:"ruleArn"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.RuleName`.
	RuleName *string `json:"ruleName"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.ServiceName`.
	ServiceName *string `json:"serviceName"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.ServiceType`.
	ServiceType *string `json:"serviceType"`
	// `CfnSamplingRule.SamplingRuleUpdateProperty.URLPath`.
	UrlPath *string `json:"urlPath"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL