Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getDatastreams
Explore with Pulumi AI
Using getDatastreams
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 getDatastreams(args: GetDatastreamsArgs, opts?: InvokeOptions): Promise<GetDatastreamsResult>
function getDatastreamsOutput(args: GetDatastreamsOutputArgs, opts?: InvokeOptions): Output<GetDatastreamsResult>
def get_datastreams(group_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetDatastreamsResult
def get_datastreams_output(group_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatastreamsResult]
func GetDatastreams(ctx *Context, args *GetDatastreamsArgs, opts ...InvokeOption) (*GetDatastreamsResult, error)
func GetDatastreamsOutput(ctx *Context, args *GetDatastreamsOutputArgs, opts ...InvokeOption) GetDatastreamsResultOutput
> Note: This function is named GetDatastreams
in the Go SDK.
public static class GetDatastreams
{
public static Task<GetDatastreamsResult> InvokeAsync(GetDatastreamsArgs args, InvokeOptions? opts = null)
public static Output<GetDatastreamsResult> Invoke(GetDatastreamsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatastreamsResult> getDatastreams(GetDatastreamsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getDatastreams:getDatastreams
arguments:
# arguments dictionary
The following arguments are supported:
- Group
Id int
- Group
Id int
- group
Id Integer
- group
Id number
- group_
id int
- group
Id Number
getDatastreams Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Streams
Details List<GetDatastreams Streams Detail> - Group
Id int
- Id string
- The provider-assigned unique ID for this managed resource.
- Streams
Details []GetDatastreams Streams Detail - Group
Id int
- id String
- The provider-assigned unique ID for this managed resource.
- streams
Details List<GetDatastreams Streams Detail> - group
Id Integer
- id string
- The provider-assigned unique ID for this managed resource.
- streams
Details GetDatastreams Streams Detail[] - group
Id number
- id str
- The provider-assigned unique ID for this managed resource.
- streams_
details Sequence[GetDatastreams Streams Detail] - group_
id int
- id String
- The provider-assigned unique ID for this managed resource.
- streams
Details List<Property Map> - group
Id Number
Supporting Types
GetDatastreamsStreamsDetail
- Contract
Id string - Identifies the contract that the stream is associated with.
- Created
By string - The username who created the stream.
- Created
Date string - The date and time when the stream was created.
- Group
Id int - Identifies the group where the stream is created.
- Latest
Version int - Identifies the latestVersion 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
- Product
Id string - The productId.
- Properties
List<Get
Datastreams Streams Detail Property> - List of properties associated with the stream.
- Stream
Id int - Identifies the stream.
- Stream
Name string - The name of the stream.
- Stream
Status string - The activation status of the stream.
- Stream
Version int - Identifies the current version of the stream.
- Contract
Id string - Identifies the contract that the stream is associated with.
- Created
By string - The username who created the stream.
- Created
Date string - The date and time when the stream was created.
- Group
Id int - Identifies the group where the stream is created.
- Latest
Version int - Identifies the latestVersion 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
- Product
Id string - The productId.
- Properties
[]Get
Datastreams Streams Detail Property - List of properties associated with the stream.
- Stream
Id int - Identifies the stream.
- Stream
Name string - The name of the stream.
- Stream
Status string - The activation status of the stream.
- Stream
Version int - Identifies the current version of the stream.
- contract
Id String - Identifies the contract that the stream is associated with.
- created
By String - The username who created the stream.
- created
Date String - The date and time when the stream was created.
- group
Id Integer - Identifies the group where the stream is created.
- latest
Version Integer - Identifies the latestVersion 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
- product
Id String - The productId.
- properties
List<Get
Datastreams Streams Detail Property> - List of properties associated with the stream.
- stream
Id Integer - Identifies the stream.
- stream
Name String - The name of the stream.
- stream
Status String - The activation status of the stream.
- stream
Version Integer - Identifies the current version of the stream.
- contract
Id string - Identifies the contract that the stream is associated with.
- created
By string - The username who created the stream.
- created
Date string - The date and time when the stream was created.
- group
Id number - Identifies the group where the stream is created.
- latest
Version number - Identifies the latestVersion 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
- product
Id string - The productId.
- properties
Get
Datastreams Streams Detail Property[] - List of properties associated with the stream.
- stream
Id number - Identifies the stream.
- stream
Name string - The name of the stream.
- stream
Status string - The activation status of the stream.
- stream
Version number - Identifies the current version of the stream.
- contract_
id str - Identifies the contract that the stream is associated with.
- created_
by str - The username who created the stream.
- created_
date str - The date and time when the stream was created.
- group_
id int - Identifies the group where the stream is created.
- latest_
version int - Identifies the latestVersion 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
- product_
id str - The productId.
- properties
Sequence[Get
Datastreams Streams Detail Property] - List of properties associated with the stream.
- stream_
id int - Identifies the stream.
- stream_
name str - The name of the stream.
- stream_
status str - The activation status of the stream.
- stream_
version int - Identifies the current version of the stream.
- contract
Id String - Identifies the contract that the stream is associated with.
- created
By String - The username who created the stream.
- created
Date String - The date and time when the stream was created.
- group
Id Number - Identifies the group where the stream is created.
- latest
Version Number - Identifies the latestVersion 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
- product
Id String - The productId.
- properties List<Property Map>
- List of properties associated with the stream.
- stream
Id Number - Identifies the stream.
- stream
Name String - The name of the stream.
- stream
Status String - The activation status of the stream.
- stream
Version Number - Identifies the current version of the stream.
GetDatastreamsStreamsDetailProperty
- Property
Id int - The identifier of the property.
- Property
Name string - The descriptive label for the property.
- Property
Id int - The identifier of the property.
- Property
Name string - The descriptive label for the property.
- property
Id Integer - The identifier of the property.
- property
Name String - The descriptive label for the property.
- property
Id number - The identifier of the property.
- property
Name string - The descriptive label for the property.
- property_
id int - The identifier of the property.
- property_
name str - The descriptive label for the property.
- property
Id Number - The identifier of the property.
- property
Name String - The descriptive label for the property.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.