1. Packages
  2. AWS Native
  3. API Docs
  4. customerprofiles
  5. EventStream

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.customerprofiles.EventStream

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    An Event Stream resource of Amazon Connect Customer Profiles

    Create EventStream Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new EventStream(name: string, args: EventStreamArgs, opts?: CustomResourceOptions);
    @overload
    def EventStream(resource_name: str,
                    args: EventStreamArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def EventStream(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    domain_name: Optional[str] = None,
                    uri: Optional[str] = None,
                    event_stream_name: Optional[str] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewEventStream(ctx *Context, name string, args EventStreamArgs, opts ...ResourceOption) (*EventStream, error)
    public EventStream(string name, EventStreamArgs args, CustomResourceOptions? opts = null)
    public EventStream(String name, EventStreamArgs args)
    public EventStream(String name, EventStreamArgs args, CustomResourceOptions options)
    
    type: aws-native:customerprofiles:EventStream
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args EventStreamArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args EventStreamArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args EventStreamArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EventStreamArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EventStreamArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const eventStreamResource = new aws_native.customerprofiles.EventStream("eventStreamResource", {
        domainName: "string",
        uri: "string",
        eventStreamName: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    EventStream Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The EventStream resource accepts the following input properties:

    DomainName string
    The unique name of the domain.
    Uri string
    EventStreamName string
    The name of the event stream.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags used to organize, track, or control access for this resource.
    DomainName string
    The unique name of the domain.
    Uri string
    EventStreamName string
    The name of the event stream.
    Tags TagArgs
    The tags used to organize, track, or control access for this resource.
    domainName String
    The unique name of the domain.
    uri String
    eventStreamName String
    The name of the event stream.
    tags List<Tag>
    The tags used to organize, track, or control access for this resource.
    domainName string
    The unique name of the domain.
    uri string
    eventStreamName string
    The name of the event stream.
    tags Tag[]
    The tags used to organize, track, or control access for this resource.
    domain_name str
    The unique name of the domain.
    uri str
    event_stream_name str
    The name of the event stream.
    tags Sequence[TagArgs]
    The tags used to organize, track, or control access for this resource.
    domainName String
    The unique name of the domain.
    uri String
    eventStreamName String
    The name of the event stream.
    tags List<Property Map>
    The tags used to organize, track, or control access for this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the EventStream resource produces the following output properties:

    CreatedAt string
    The timestamp of when the export was created.
    DestinationDetails Pulumi.AwsNative.CustomerProfiles.Outputs.DestinationDetailsProperties
    Details regarding the Kinesis stream.
    EventStreamArn string
    A unique identifier for the event stream.
    Id string
    The provider-assigned unique ID for this managed resource.
    State Pulumi.AwsNative.CustomerProfiles.EventStreamState
    The operational state of destination stream for export.
    CreatedAt string
    The timestamp of when the export was created.
    DestinationDetails DestinationDetailsProperties
    Details regarding the Kinesis stream.
    EventStreamArn string
    A unique identifier for the event stream.
    Id string
    The provider-assigned unique ID for this managed resource.
    State EventStreamStateEnum
    The operational state of destination stream for export.
    createdAt String
    The timestamp of when the export was created.
    destinationDetails DestinationDetailsProperties
    Details regarding the Kinesis stream.
    eventStreamArn String
    A unique identifier for the event stream.
    id String
    The provider-assigned unique ID for this managed resource.
    state EventStreamState
    The operational state of destination stream for export.
    createdAt string
    The timestamp of when the export was created.
    destinationDetails DestinationDetailsProperties
    Details regarding the Kinesis stream.
    eventStreamArn string
    A unique identifier for the event stream.
    id string
    The provider-assigned unique ID for this managed resource.
    state EventStreamState
    The operational state of destination stream for export.
    created_at str
    The timestamp of when the export was created.
    destination_details DestinationDetailsProperties
    Details regarding the Kinesis stream.
    event_stream_arn str
    A unique identifier for the event stream.
    id str
    The provider-assigned unique ID for this managed resource.
    state EventStreamState
    The operational state of destination stream for export.
    createdAt String
    The timestamp of when the export was created.
    destinationDetails Property Map
    Details regarding the Kinesis stream.
    eventStreamArn String
    A unique identifier for the event stream.
    id String
    The provider-assigned unique ID for this managed resource.
    state "RUNNING" | "STOPPED"
    The operational state of destination stream for export.

    Supporting Types

    DestinationDetailsProperties, DestinationDetailsPropertiesArgs

    EventStreamState, EventStreamStateArgs

    Running
    RUNNING
    Stopped
    STOPPED
    EventStreamStateRunning
    RUNNING
    EventStreamStateStopped
    STOPPED
    Running
    RUNNING
    Stopped
    STOPPED
    Running
    RUNNING
    Stopped
    STOPPED
    RUNNING
    RUNNING
    STOPPED
    STOPPED
    "RUNNING"
    RUNNING
    "STOPPED"
    STOPPED

    EventStreamStatus, EventStreamStatusArgs

    Healthy
    HEALTHY
    Unhealthy
    UNHEALTHY
    EventStreamStatusHealthy
    HEALTHY
    EventStreamStatusUnhealthy
    UNHEALTHY
    Healthy
    HEALTHY
    Unhealthy
    UNHEALTHY
    Healthy
    HEALTHY
    Unhealthy
    UNHEALTHY
    HEALTHY
    HEALTHY
    UNHEALTHY
    UNHEALTHY
    "HEALTHY"
    HEALTHY
    "UNHEALTHY"
    UNHEALTHY

    Tag, TagArgs

    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi