AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.customerprofiles.getEventStream
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:customerprofiles:getEventStream
arguments:
# arguments dictionary
The following arguments are supported:
- Domain
Name string - The unique name of the domain.
- Event
Stream stringName - The name of the event stream.
- Domain
Name string - The unique name of the domain.
- Event
Stream stringName - The name of the event stream.
- domain
Name String - The unique name of the domain.
- event
Stream StringName - The name of the event stream.
- domain
Name string - The unique name of the domain.
- event
Stream 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.
- domain
Name String - The unique name of the domain.
- event
Stream StringName - The name of the event stream.
getEventStream Result
The following output properties are available:
- Created
At string - The timestamp of when the export was created.
- Destination
Details Pulumi.Aws Native. Customer Profiles. Outputs. Destination Details Properties - Details regarding the Kinesis stream.
- Event
Stream 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.
- Created
At string - The timestamp of when the export was created.
- Destination
Details DestinationDetails Properties - Details regarding the Kinesis stream.
- Event
Stream stringArn - A unique identifier for the event stream.
- State
Event
Stream State Enum - The operational state of destination stream for export.
- Tag
- The tags used to organize, track, or control access for this resource.
- created
At String - The timestamp of when the export was created.
- destination
Details DestinationDetails Properties - Details regarding the Kinesis stream.
- event
Stream StringArn - A unique identifier for the event stream.
- state
Event
Stream State - The operational state of destination stream for export.
- List<Tag>
- The tags used to organize, track, or control access for this resource.
- created
At string - The timestamp of when the export was created.
- destination
Details DestinationDetails Properties - Details regarding the Kinesis stream.
- event
Stream stringArn - A unique identifier for the event stream.
- state
Event
Stream 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
Event
Stream State - The operational state of destination stream for export.
- Sequence[root_Tag]
- The tags used to organize, track, or control access for this resource.
- created
At String - The timestamp of when the export was created.
- destination
Details Property Map - Details regarding the Kinesis stream.
- event
Stream 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
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
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
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
Event
Stream 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi