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:
- Stream
Id int
- Stream
Id int
- stream
Id Integer
- stream
Id number
- stream_
id int
- stream
Id Number
getDatastreamActivationHistory Result
The following output properties are available:
- Activations
List<Get
Datastream Activation History Activation> - Id string
- The provider-assigned unique ID for this managed resource.
- Stream
Id int
- Activations
[]Get
Datastream Activation History Activation - Id string
- The provider-assigned unique ID for this managed resource.
- Stream
Id int
- activations
List<Get
Datastream Activation History Activation> - id String
- The provider-assigned unique ID for this managed resource.
- stream
Id Integer
- activations
Get
Datastream Activation History Activation[] - id string
- The provider-assigned unique ID for this managed resource.
- stream
Id number
- activations
Sequence[Get
Datastream 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.
- stream
Id Number
Supporting Types
GetDatastreamActivationHistoryActivation
- Modified
By string - The username who activated or deactivated the stream
- Modified
Date string - The date and time when activation status was modified
- Status string
- Stream Status
- Stream
Id int - Identifies the stream
- Stream
Version int - Identifies the version of the stream
- Modified
By string - The username who activated or deactivated the stream
- Modified
Date string - The date and time when activation status was modified
- Status string
- Stream Status
- Stream
Id int - Identifies the stream
- Stream
Version int - Identifies the version of the stream
- modified
By String - The username who activated or deactivated the stream
- modified
Date String - The date and time when activation status was modified
- status String
- Stream Status
- stream
Id Integer - Identifies the stream
- stream
Version Integer - Identifies the version of the stream
- modified
By string - The username who activated or deactivated the stream
- modified
Date string - The date and time when activation status was modified
- status string
- Stream Status
- stream
Id number - Identifies the stream
- stream
Version 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
- modified
By String - The username who activated or deactivated the stream
- modified
Date String - The date and time when activation status was modified
- status String
- Stream Status
- stream
Id Number - Identifies the stream
- stream
Version 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.
