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.getEventStream
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
An Event Stream resource of Amazon Connect Customer Profiles
Using getEventStream
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 getEventStream(args: GetEventStreamArgs, opts?: InvokeOptions): Promise<GetEventStreamResult>
function getEventStreamOutput(args: GetEventStreamOutputArgs, opts?: InvokeOptions): Output<GetEventStreamResult>def get_event_stream(domain_name: Optional[str] = None,
                     event_stream_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetEventStreamResult
def get_event_stream_output(domain_name: Optional[pulumi.Input[str]] = None,
                     event_stream_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetEventStreamResult]func LookupEventStream(ctx *Context, args *LookupEventStreamArgs, opts ...InvokeOption) (*LookupEventStreamResult, error)
func LookupEventStreamOutput(ctx *Context, args *LookupEventStreamOutputArgs, opts ...InvokeOption) LookupEventStreamResultOutput> Note: This function is named LookupEventStream in the Go SDK.
public static class GetEventStream 
{
    public static Task<GetEventStreamResult> InvokeAsync(GetEventStreamArgs args, InvokeOptions? opts = null)
    public static Output<GetEventStreamResult> Invoke(GetEventStreamInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEventStreamResult> getEventStream(GetEventStreamArgs args, InvokeOptions options)
public static Output<GetEventStreamResult> getEventStream(GetEventStreamArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:customerprofiles:getEventStream
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DomainName string
- The unique name of the domain.
- EventStream stringName 
- The name of the event stream.
- DomainName string
- The unique name of the domain.
- EventStream stringName 
- The name of the event stream.
- domainName String
- The unique name of the domain.
- eventStream StringName 
- The name of the event stream.
- domainName string
- The unique name of the domain.
- eventStream stringName 
- The name of the event stream.
- domain_name str
- The unique name of the domain.
- event_stream_ strname 
- The name of the event stream.
- domainName String
- The unique name of the domain.
- eventStream StringName 
- The name of the event stream.
getEventStream Result
The following output properties are available:
- CreatedAt string
- The timestamp of when the export was created.
- DestinationDetails Pulumi.Aws Native. Customer Profiles. Outputs. Destination Details Properties 
- Details regarding the Kinesis stream.
- EventStream stringArn 
- A unique identifier for the event stream.
- State
Pulumi.Aws Native. Customer Profiles. Event Stream State 
- The operational state of destination stream for export.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- The tags used to organize, track, or control access for this resource.
- CreatedAt string
- The timestamp of when the export was created.
- DestinationDetails DestinationDetails Properties 
- Details regarding the Kinesis stream.
- EventStream stringArn 
- A unique identifier for the event stream.
- State
EventStream State Enum 
- The operational state of destination stream for export.
- Tag
- The tags used to organize, track, or control access for this resource.
- createdAt String
- The timestamp of when the export was created.
- destinationDetails DestinationDetails Properties 
- Details regarding the Kinesis stream.
- eventStream StringArn 
- A unique identifier for the event stream.
- state
EventStream State 
- The operational state of destination stream for export.
- List<Tag>
- The tags used to organize, track, or control access for this resource.
- createdAt string
- The timestamp of when the export was created.
- destinationDetails DestinationDetails Properties 
- Details regarding the Kinesis stream.
- eventStream stringArn 
- A unique identifier for the event stream.
- state
EventStream State 
- The operational state of destination stream for export.
- Tag[]
- The tags used to organize, track, or control access for this resource.
- created_at str
- The timestamp of when the export was created.
- destination_details DestinationDetails Properties 
- Details regarding the Kinesis stream.
- event_stream_ strarn 
- A unique identifier for the event stream.
- state
EventStream State 
- The operational state of destination stream for export.
- Sequence[root_Tag]
- The tags used to organize, track, or control access for this resource.
- createdAt String
- The timestamp of when the export was created.
- destinationDetails Property Map
- Details regarding the Kinesis stream.
- eventStream StringArn 
- A unique identifier for the event stream.
- state "RUNNING" | "STOPPED"
- The operational state of destination stream for export.
- List<Property Map>
- The tags used to organize, track, or control access for this resource.
Supporting Types
DestinationDetailsProperties  
- Status
Pulumi.Aws Native. Customer Profiles. Event Stream Status 
- The status of enabling the Kinesis stream as a destination for export.
- Uri string
- The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
- Status
EventStream Status 
- The status of enabling the Kinesis stream as a destination for export.
- Uri string
- The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
- status
EventStream Status 
- The status of enabling the Kinesis stream as a destination for export.
- uri String
- The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
- status
EventStream Status 
- The status of enabling the Kinesis stream as a destination for export.
- uri string
- The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
- status
EventStream Status 
- The status of enabling the Kinesis stream as a destination for export.
- uri str
- The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
- status "HEALTHY" | "UNHEALTHY"
- The status of enabling the Kinesis stream as a destination for export.
- uri String
- The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
EventStreamState  
EventStreamStatus  
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