We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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.26.0 published on Wednesday, Mar 12, 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 dictionaryThe following arguments are supported:
- DomainName string
- The unique name of the domain.
- SegmentDefinition stringName 
- The unique name of the segment definition.
- DomainName string
- The unique name of the domain.
- SegmentDefinition stringName 
- The unique name of the segment definition.
- domainName String
- The unique name of the domain.
- segmentDefinition StringName 
- The unique name of the segment definition.
- domainName string
- The unique name of the domain.
- segmentDefinition 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.
- domainName String
- The unique name of the domain.
- segmentDefinition StringName 
- The unique name of the segment definition.
getSegmentDefinition Result
The following output properties are available:
- CreatedAt string
- The time of this segment definition got created.
- Description string
- The description of the segment definition.
- SegmentDefinition 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.
- CreatedAt string
- The time of this segment definition got created.
- Description string
- The description of the segment definition.
- SegmentDefinition stringArn 
- The Amazon Resource Name (ARN) of the segment definition.
- Tag
- The tags used to organize, track, or control access for this resource.
- createdAt String
- The time of this segment definition got created.
- description String
- The description of the segment definition.
- segmentDefinition StringArn 
- The Amazon Resource Name (ARN) of the segment definition.
- List<Tag>
- The tags used to organize, track, or control access for this resource.
- createdAt string
- The time of this segment definition got created.
- description string
- The description of the segment definition.
- segmentDefinition 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.
- createdAt String
- The time of this segment definition got created.
- description String
- The description of the segment definition.
- segmentDefinition 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi