1. Packages
  2. Akamai
  3. API Docs
  4. getDatastreamActivationHistory
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getDatastreamActivationHistory

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Using getDatastreamActivationHistory

    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 getDatastreamActivationHistory(args: GetDatastreamActivationHistoryArgs, opts?: InvokeOptions): Promise<GetDatastreamActivationHistoryResult>
    function getDatastreamActivationHistoryOutput(args: GetDatastreamActivationHistoryOutputArgs, opts?: InvokeOptions): Output<GetDatastreamActivationHistoryResult>
    def get_datastream_activation_history(stream_id: Optional[int] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetDatastreamActivationHistoryResult
    def get_datastream_activation_history_output(stream_id: Optional[pulumi.Input[int]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetDatastreamActivationHistoryResult]
    func GetDatastreamActivationHistory(ctx *Context, args *GetDatastreamActivationHistoryArgs, opts ...InvokeOption) (*GetDatastreamActivationHistoryResult, error)
    func GetDatastreamActivationHistoryOutput(ctx *Context, args *GetDatastreamActivationHistoryOutputArgs, opts ...InvokeOption) GetDatastreamActivationHistoryResultOutput

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

    public static class GetDatastreamActivationHistory 
    {
        public static Task<GetDatastreamActivationHistoryResult> InvokeAsync(GetDatastreamActivationHistoryArgs args, InvokeOptions? opts = null)
        public static Output<GetDatastreamActivationHistoryResult> Invoke(GetDatastreamActivationHistoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDatastreamActivationHistoryResult> getDatastreamActivationHistory(GetDatastreamActivationHistoryArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getDatastreamActivationHistory:getDatastreamActivationHistory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    streamId Integer
    streamId number
    streamId Number

    getDatastreamActivationHistory Result

    The following output properties are available:

    Activations List<GetDatastreamActivationHistoryActivation>
    Id string
    The provider-assigned unique ID for this managed resource.
    StreamId int
    Activations []GetDatastreamActivationHistoryActivation
    Id string
    The provider-assigned unique ID for this managed resource.
    StreamId int
    activations List<GetDatastreamActivationHistoryActivation>
    id String
    The provider-assigned unique ID for this managed resource.
    streamId Integer
    activations GetDatastreamActivationHistoryActivation[]
    id string
    The provider-assigned unique ID for this managed resource.
    streamId number
    activations Sequence[GetDatastreamActivationHistoryActivation]
    id str
    The provider-assigned unique ID for this managed resource.
    stream_id int
    activations List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    streamId Number

    Supporting Types

    GetDatastreamActivationHistoryActivation

    ModifiedBy string
    The username who activated or deactivated the stream
    ModifiedDate string
    The date and time when activation status was modified
    Status string
    Stream Status
    StreamId int
    Identifies the stream
    StreamVersion int
    Identifies the version of the stream
    ModifiedBy string
    The username who activated or deactivated the stream
    ModifiedDate string
    The date and time when activation status was modified
    Status string
    Stream Status
    StreamId int
    Identifies the stream
    StreamVersion int
    Identifies the version of the stream
    modifiedBy String
    The username who activated or deactivated the stream
    modifiedDate String
    The date and time when activation status was modified
    status String
    Stream Status
    streamId Integer
    Identifies the stream
    streamVersion Integer
    Identifies the version of the stream
    modifiedBy string
    The username who activated or deactivated the stream
    modifiedDate string
    The date and time when activation status was modified
    status string
    Stream Status
    streamId number
    Identifies the stream
    streamVersion number
    Identifies the version of the stream
    modified_by str
    The username who activated or deactivated the stream
    modified_date str
    The date and time when activation status was modified
    status str
    Stream Status
    stream_id int
    Identifies the stream
    stream_version int
    Identifies the version of the stream
    modifiedBy String
    The username who activated or deactivated the stream
    modifiedDate String
    The date and time when activation status was modified
    status String
    Stream Status
    streamId Number
    Identifies the stream
    streamVersion Number
    Identifies the version of the stream

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi