1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. customerprofiles
  6. getRecommender

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi

    Resource Type definition for AWS::CustomerProfiles::Recommender

    Using getRecommender

    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 getRecommender(args: GetRecommenderArgs, opts?: InvokeOptions): Promise<GetRecommenderResult>
    function getRecommenderOutput(args: GetRecommenderOutputArgs, opts?: InvokeOptions): Output<GetRecommenderResult>
    def get_recommender(domain_name: Optional[str] = None,
                        recommender_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetRecommenderResult
    def get_recommender_output(domain_name: Optional[pulumi.Input[str]] = None,
                        recommender_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetRecommenderResult]
    func LookupRecommender(ctx *Context, args *LookupRecommenderArgs, opts ...InvokeOption) (*LookupRecommenderResult, error)
    func LookupRecommenderOutput(ctx *Context, args *LookupRecommenderOutputArgs, opts ...InvokeOption) LookupRecommenderResultOutput

    > Note: This function is named LookupRecommender in the Go SDK.

    public static class GetRecommender 
    {
        public static Task<GetRecommenderResult> InvokeAsync(GetRecommenderArgs args, InvokeOptions? opts = null)
        public static Output<GetRecommenderResult> Invoke(GetRecommenderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRecommenderResult> getRecommender(GetRecommenderArgs args, InvokeOptions options)
    public static Output<GetRecommenderResult> getRecommender(GetRecommenderArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:customerprofiles:getRecommender
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getRecommender Result

    The following output properties are available:

    CreatedAt string
    The timestamp of when the recommender was created.
    Description string
    FailureReason string
    The reason for recommender failure.
    LastUpdatedAt string
    The timestamp of when the recommender was last updated.
    LatestRecommenderUpdate Pulumi.AwsNative.CustomerProfiles.Outputs.RecommenderUpdate
    RecommenderArn string
    The Amazon Resource Name (ARN) of the recommender.
    RecommenderConfig Pulumi.AwsNative.CustomerProfiles.Outputs.RecommenderConfig
    Status Pulumi.AwsNative.CustomerProfiles.RecommenderStatus
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags used to organize, track, or control access for this resource.
    TrainingMetrics List<Pulumi.AwsNative.CustomerProfiles.Outputs.RecommenderTrainingMetrics>
    CreatedAt string
    The timestamp of when the recommender was created.
    Description string
    FailureReason string
    The reason for recommender failure.
    LastUpdatedAt string
    The timestamp of when the recommender was last updated.
    LatestRecommenderUpdate RecommenderUpdate
    RecommenderArn string
    The Amazon Resource Name (ARN) of the recommender.
    RecommenderConfig RecommenderConfig
    Status RecommenderStatus
    Tags Tag
    The tags used to organize, track, or control access for this resource.
    TrainingMetrics []RecommenderTrainingMetrics
    createdAt String
    The timestamp of when the recommender was created.
    description String
    failureReason String
    The reason for recommender failure.
    lastUpdatedAt String
    The timestamp of when the recommender was last updated.
    latestRecommenderUpdate RecommenderUpdate
    recommenderArn String
    The Amazon Resource Name (ARN) of the recommender.
    recommenderConfig RecommenderConfig
    status RecommenderStatus
    tags List<Tag>
    The tags used to organize, track, or control access for this resource.
    trainingMetrics List<RecommenderTrainingMetrics>
    createdAt string
    The timestamp of when the recommender was created.
    description string
    failureReason string
    The reason for recommender failure.
    lastUpdatedAt string
    The timestamp of when the recommender was last updated.
    latestRecommenderUpdate RecommenderUpdate
    recommenderArn string
    The Amazon Resource Name (ARN) of the recommender.
    recommenderConfig RecommenderConfig
    status RecommenderStatus
    tags Tag[]
    The tags used to organize, track, or control access for this resource.
    trainingMetrics RecommenderTrainingMetrics[]
    created_at str
    The timestamp of when the recommender was created.
    description str
    failure_reason str
    The reason for recommender failure.
    last_updated_at str
    The timestamp of when the recommender was last updated.
    latest_recommender_update RecommenderUpdate
    recommender_arn str
    The Amazon Resource Name (ARN) of the recommender.
    recommender_config RecommenderConfig
    status RecommenderStatus
    tags Sequence[root_Tag]
    The tags used to organize, track, or control access for this resource.
    training_metrics Sequence[RecommenderTrainingMetrics]
    createdAt String
    The timestamp of when the recommender was created.
    description String
    failureReason String
    The reason for recommender failure.
    lastUpdatedAt String
    The timestamp of when the recommender was last updated.
    latestRecommenderUpdate Property Map
    recommenderArn String
    The Amazon Resource Name (ARN) of the recommender.
    recommenderConfig Property Map
    status "PENDING" | "IN_PROGRESS" | "STOPPING" | "STARTING" | "ACTIVE" | "INACTIVE" | "FAILED" | "DELETING"
    tags List<Property Map>
    The tags used to organize, track, or control access for this resource.
    trainingMetrics List<Property Map>

    Supporting Types

    RecommenderConfig

    RecommenderEventParameters

    EventType string
    The type of event
    EventValueThreshold double
    The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.
    EventType string
    The type of event
    EventValueThreshold float64
    The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.
    eventType String
    The type of event
    eventValueThreshold Double
    The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.
    eventType string
    The type of event
    eventValueThreshold number
    The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.
    event_type str
    The type of event
    event_value_threshold float
    The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.
    eventType String
    The type of event
    eventValueThreshold Number
    The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.

    RecommenderEventsConfig

    EventParametersList []RecommenderEventParameters
    List of event parameters with their value thresholds
    eventParametersList List<RecommenderEventParameters>
    List of event parameters with their value thresholds
    eventParametersList RecommenderEventParameters[]
    List of event parameters with their value thresholds
    event_parameters_list Sequence[RecommenderEventParameters]
    List of event parameters with their value thresholds
    eventParametersList List<Property Map>
    List of event parameters with their value thresholds

    RecommenderStatus

    RecommenderTrainingMetrics

    Metrics Pulumi.AwsNative.CustomerProfiles.Inputs.RecommenderTrainingMetricsMetricsProperties
    Training metrics by type
    Time string
    Timestamp of the training metrics
    Metrics RecommenderTrainingMetricsMetricsProperties
    Training metrics by type
    Time string
    Timestamp of the training metrics
    metrics RecommenderTrainingMetricsMetricsProperties
    Training metrics by type
    time String
    Timestamp of the training metrics
    metrics RecommenderTrainingMetricsMetricsProperties
    Training metrics by type
    time string
    Timestamp of the training metrics
    metrics RecommenderTrainingMetricsMetricsProperties
    Training metrics by type
    time str
    Timestamp of the training metrics
    metrics Property Map
    Training metrics by type
    time String
    Timestamp of the training metrics

    RecommenderTrainingMetricsMetricsProperties

    Coverage double
    Freshness double
    Hit double
    Popularity double
    Recall double
    Similarity double
    Coverage float64
    Freshness float64
    Hit float64
    Popularity float64
    Recall float64
    Similarity float64
    coverage Double
    freshness Double
    hit Double
    popularity Double
    recall Double
    similarity Double
    coverage number
    freshness number
    hit number
    popularity number
    recall number
    similarity number
    coverage float
    freshness float
    hit float
    popularity float
    recall float
    similarity float
    coverage Number
    freshness Number
    hit Number
    popularity Number
    recall Number
    similarity Number

    RecommenderUpdate

    CreationDateTime string
    The timestamp of when the update was created
    FailureReason string
    The reason for update failure
    LastUpdatedDateTime string
    The timestamp of when the update was last modified
    RecommenderConfig Pulumi.AwsNative.CustomerProfiles.Inputs.RecommenderConfig
    Status Pulumi.AwsNative.CustomerProfiles.RecommenderStatus
    CreationDateTime string
    The timestamp of when the update was created
    FailureReason string
    The reason for update failure
    LastUpdatedDateTime string
    The timestamp of when the update was last modified
    RecommenderConfig RecommenderConfig
    Status RecommenderStatus
    creationDateTime String
    The timestamp of when the update was created
    failureReason String
    The reason for update failure
    lastUpdatedDateTime String
    The timestamp of when the update was last modified
    recommenderConfig RecommenderConfig
    status RecommenderStatus
    creationDateTime string
    The timestamp of when the update was created
    failureReason string
    The reason for update failure
    lastUpdatedDateTime string
    The timestamp of when the update was last modified
    recommenderConfig RecommenderConfig
    status RecommenderStatus
    creation_date_time str
    The timestamp of when the update was created
    failure_reason str
    The reason for update failure
    last_updated_date_time str
    The timestamp of when the update was last modified
    recommender_config RecommenderConfig
    status RecommenderStatus
    creationDateTime String
    The timestamp of when the update was created
    failureReason String
    The reason for update failure
    lastUpdatedDateTime String
    The timestamp of when the update was last modified
    recommenderConfig Property Map
    status "PENDING" | "IN_PROGRESS" | "STOPPING" | "STARTING" | "ACTIVE" | "INACTIVE" | "FAILED" | "DELETING"

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.62.0
    published on Monday, Apr 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.