Documentation
¶
Index ¶
- func CfnGroup_CFN_RESOURCE_TYPE_NAME() *string
- func CfnGroup_IsCfnElement(x interface{}) *bool
- func CfnGroup_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnGroup_IsConstruct(x interface{}) *bool
- func CfnSamplingRule_CFN_RESOURCE_TYPE_NAME() *string
- func CfnSamplingRule_IsCfnElement(x interface{}) *bool
- func CfnSamplingRule_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnSamplingRule_IsConstruct(x interface{}) *bool
- func NewCfnGroup_Override(c CfnGroup, scope constructs.Construct, id *string, props *CfnGroupProps)
- func NewCfnSamplingRule_Override(c CfnSamplingRule, scope constructs.Construct, id *string, ...)
- type CfnGroup
- type CfnGroupProps
- type CfnGroup_InsightsConfigurationProperty
- type CfnSamplingRule
- type CfnSamplingRuleProps
- type CfnSamplingRule_SamplingRuleProperty
- type CfnSamplingRule_SamplingRuleRecordProperty
- type CfnSamplingRule_SamplingRuleUpdateProperty
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.
func CfnGroup_IsCfnResource ¶
func CfnGroup_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnGroup_IsConstruct ¶
func CfnGroup_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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.
func CfnSamplingRule_IsCfnResource ¶
func CfnSamplingRule_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnSamplingRule_IsConstruct ¶
func CfnSamplingRule_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func NewCfnGroup_Override ¶
func NewCfnGroup_Override(c CfnGroup, scope constructs.Construct, id *string, props *CfnGroupProps)
Create a new `AWS::XRay::Group`.
func NewCfnSamplingRule_Override ¶
func NewCfnSamplingRule_Override(c CfnSamplingRule, scope constructs.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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::XRay::Group`.
TODO: EXAMPLE
func NewCfnGroup ¶
func NewCfnGroup(scope constructs.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`.
TODO: EXAMPLE
type CfnGroup_InsightsConfigurationProperty ¶
type CfnGroup_InsightsConfigurationProperty struct {
// `CfnGroup.InsightsConfigurationProperty.InsightsEnabled`.
InsightsEnabled interface{} `json:"insightsEnabled"`
// `CfnGroup.InsightsConfigurationProperty.NotificationsEnabled`.
NotificationsEnabled interface{} `json:"notificationsEnabled"`
}
TODO: EXAMPLE
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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::XRay::SamplingRule`.
TODO: EXAMPLE
func NewCfnSamplingRule ¶
func NewCfnSamplingRule(scope constructs.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`.
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE