Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getDatastreamActivationHistory
Explore with Pulumi AI
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)
public static Output<GetDatastreamActivationHistoryResult> getDatastreamActivationHistory(GetDatastreamActivationHistoryArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getDatastreamActivationHistory:getDatastreamActivationHistory
  arguments:
    # arguments dictionaryThe following arguments are supported:
- StreamId int
- StreamId int
- streamId Integer
- streamId number
- stream_id int
- streamId Number
getDatastreamActivationHistory Result
The following output properties are available:
- Activations
List<GetDatastream Activation History Activation> 
- Id string
- The provider-assigned unique ID for this managed resource.
- StreamId int
- Activations
[]GetDatastream Activation History Activation 
- Id string
- The provider-assigned unique ID for this managed resource.
- StreamId int
- activations
List<GetDatastream Activation History Activation> 
- id String
- The provider-assigned unique ID for this managed resource.
- streamId Integer
- activations
GetDatastream Activation History Activation[] 
- id string
- The provider-assigned unique ID for this managed resource.
- streamId number
- activations
Sequence[GetDatastream Activation History Activation] 
- 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 akamaiTerraform Provider.