We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.xray.getGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
This schema provides construct and validation rules for AWS-XRay Group resource parameters.
Using getGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>
def get_group(group_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGroupResult
def get_group_output(group_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]
func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput
> Note: This function is named LookupGroup
in the Go SDK.
public static class GetGroup
{
public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:xray:getGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Group
Arn string - The ARN of the group that was generated on creation.
- Group
Arn string - The ARN of the group that was generated on creation.
- group
Arn String - The ARN of the group that was generated on creation.
- group
Arn string - The ARN of the group that was generated on creation.
- group_
arn str - The ARN of the group that was generated on creation.
- group
Arn String - The ARN of the group that was generated on creation.
getGroup Result
The following output properties are available:
- Filter
Expression string - The filter expression defining criteria by which to group traces.
- Group
Arn string - The ARN of the group that was generated on creation.
- Group
Name string - The case-sensitive name of the new group. Names must be unique.
- Insights
Configuration Pulumi.Aws Native. XRay. Outputs. Group Insights Configuration - The structure containing configurations related to insights.
- The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
- The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Filter
Expression string - The filter expression defining criteria by which to group traces.
- Group
Arn string - The ARN of the group that was generated on creation.
- Group
Name string - The case-sensitive name of the new group. Names must be unique.
- Insights
Configuration GroupInsights Configuration - The structure containing configurations related to insights.
- The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
- The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
- Tag
- An array of key-value pairs to apply to this resource.
- filter
Expression String - The filter expression defining criteria by which to group traces.
- group
Arn String - The ARN of the group that was generated on creation.
- group
Name String - The case-sensitive name of the new group. Names must be unique.
- insights
Configuration GroupInsights Configuration - The structure containing configurations related to insights.
- The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
- The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- filter
Expression string - The filter expression defining criteria by which to group traces.
- group
Arn string - The ARN of the group that was generated on creation.
- group
Name string - The case-sensitive name of the new group. Names must be unique.
- insights
Configuration GroupInsights Configuration - The structure containing configurations related to insights.
- The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
- The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
- Tag[]
- An array of key-value pairs to apply to this resource.
- filter_
expression str - The filter expression defining criteria by which to group traces.
- group_
arn str - The ARN of the group that was generated on creation.
- group_
name str - The case-sensitive name of the new group. Names must be unique.
- insights_
configuration GroupInsights Configuration - The structure containing configurations related to insights.
- The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
- The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- filter
Expression String - The filter expression defining criteria by which to group traces.
- group
Arn String - The ARN of the group that was generated on creation.
- group
Name String - The case-sensitive name of the new group. Names must be unique.
- insights
Configuration Property Map - The structure containing configurations related to insights.
- The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
- The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
GroupInsightsConfiguration
- Insights
Enabled bool - Set the InsightsEnabled value to true to enable insights or false to disable insights.
- Notifications
Enabled bool - Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
- Insights
Enabled bool - Set the InsightsEnabled value to true to enable insights or false to disable insights.
- Notifications
Enabled bool - Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
- insights
Enabled Boolean - Set the InsightsEnabled value to true to enable insights or false to disable insights.
- notifications
Enabled Boolean - Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
- insights
Enabled boolean - Set the InsightsEnabled value to true to enable insights or false to disable insights.
- notifications
Enabled boolean - Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
- insights_
enabled bool - Set the InsightsEnabled value to true to enable insights or false to disable insights.
- notifications_
enabled bool - Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
- insights
Enabled Boolean - Set the InsightsEnabled value to true to enable insights or false to disable insights.
- notifications
Enabled Boolean - Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi