Akamai v4.4.0, Apr 18 23
Akamai v4.4.0, Apr 18 23
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getDatastreamActivationHistory:getDatastreamActivationHistory
arguments:
# arguments dictionary
The 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
- Created
By string - Created
Date string - Is
Active bool - Stream
Id int - Stream
Version intId
- Created
By string - Created
Date string - Is
Active bool - Stream
Id int - Stream
Version intId
- created
By String - created
Date String - is
Active Boolean - stream
Id Integer - stream
Version IntegerId
- created
By string - created
Date string - is
Active boolean - stream
Id number - stream
Version numberId
- created_
by str - created_
date str - is_
active bool - stream_
id int - stream_
version_ intid
- created
By String - created
Date String - is
Active Boolean - stream
Id Number - stream
Version NumberId
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.