We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.25.0 published on Monday, Feb 3, 2025 by Pulumi
aws-native.customerprofiles.getSegmentDefinition
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.25.0 published on Monday, Feb 3, 2025 by Pulumi
A segment definition resource of Amazon Connect Customer Profiles
Using getSegmentDefinition
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 getSegmentDefinition(args: GetSegmentDefinitionArgs, opts?: InvokeOptions): Promise<GetSegmentDefinitionResult>
function getSegmentDefinitionOutput(args: GetSegmentDefinitionOutputArgs, opts?: InvokeOptions): Output<GetSegmentDefinitionResult>
def get_segment_definition(domain_name: Optional[str] = None,
segment_definition_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSegmentDefinitionResult
def get_segment_definition_output(domain_name: Optional[pulumi.Input[str]] = None,
segment_definition_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSegmentDefinitionResult]
func LookupSegmentDefinition(ctx *Context, args *LookupSegmentDefinitionArgs, opts ...InvokeOption) (*LookupSegmentDefinitionResult, error)
func LookupSegmentDefinitionOutput(ctx *Context, args *LookupSegmentDefinitionOutputArgs, opts ...InvokeOption) LookupSegmentDefinitionResultOutput
> Note: This function is named LookupSegmentDefinition
in the Go SDK.
public static class GetSegmentDefinition
{
public static Task<GetSegmentDefinitionResult> InvokeAsync(GetSegmentDefinitionArgs args, InvokeOptions? opts = null)
public static Output<GetSegmentDefinitionResult> Invoke(GetSegmentDefinitionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSegmentDefinitionResult> getSegmentDefinition(GetSegmentDefinitionArgs args, InvokeOptions options)
public static Output<GetSegmentDefinitionResult> getSegmentDefinition(GetSegmentDefinitionArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:customerprofiles:getSegmentDefinition
arguments:
# arguments dictionary
The following arguments are supported:
- Domain
Name string - The unique name of the domain.
- Segment
Definition stringName - The unique name of the segment definition.
- Domain
Name string - The unique name of the domain.
- Segment
Definition stringName - The unique name of the segment definition.
- domain
Name String - The unique name of the domain.
- segment
Definition StringName - The unique name of the segment definition.
- domain
Name string - The unique name of the domain.
- segment
Definition stringName - The unique name of the segment definition.
- domain_
name str - The unique name of the domain.
- segment_
definition_ strname - The unique name of the segment definition.
- domain
Name String - The unique name of the domain.
- segment
Definition StringName - The unique name of the segment definition.
getSegmentDefinition Result
The following output properties are available:
- Created
At string - The time of this segment definition got created.
- Description string
- The description of the segment definition.
- Segment
Definition stringArn - The Amazon Resource Name (ARN) of the segment definition.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags used to organize, track, or control access for this resource.
- Created
At string - The time of this segment definition got created.
- Description string
- The description of the segment definition.
- Segment
Definition stringArn - The Amazon Resource Name (ARN) of the segment definition.
- Tag
- The tags used to organize, track, or control access for this resource.
- created
At String - The time of this segment definition got created.
- description String
- The description of the segment definition.
- segment
Definition StringArn - The Amazon Resource Name (ARN) of the segment definition.
- List<Tag>
- The tags used to organize, track, or control access for this resource.
- created
At string - The time of this segment definition got created.
- description string
- The description of the segment definition.
- segment
Definition stringArn - The Amazon Resource Name (ARN) of the segment definition.
- Tag[]
- The tags used to organize, track, or control access for this resource.
- created_
at str - The time of this segment definition got created.
- description str
- The description of the segment definition.
- segment_
definition_ strarn - The Amazon Resource Name (ARN) of the segment definition.
- Sequence[root_Tag]
- The tags used to organize, track, or control access for this resource.
- created
At String - The time of this segment definition got created.
- description String
- The description of the segment definition.
- segment
Definition StringArn - The Amazon Resource Name (ARN) of the segment definition.
- List<Property Map>
- The tags used to organize, track, or control access for this resource.
Supporting Types
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 Cloud Control v1.25.0 published on Monday, Feb 3, 2025 by Pulumi