Akamai v10.0.0 published on Tuesday, Oct 7, 2025 by Pulumi
akamai.getDatastreamDatasetFields
Using getDatastreamDatasetFields
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 getDatastreamDatasetFields(args: GetDatastreamDatasetFieldsArgs, opts?: InvokeOptions): Promise<GetDatastreamDatasetFieldsResult>
function getDatastreamDatasetFieldsOutput(args: GetDatastreamDatasetFieldsOutputArgs, opts?: InvokeOptions): Output<GetDatastreamDatasetFieldsResult>def get_datastream_dataset_fields(product_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetDatastreamDatasetFieldsResult
def get_datastream_dataset_fields_output(product_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetDatastreamDatasetFieldsResult]func GetDatastreamDatasetFields(ctx *Context, args *GetDatastreamDatasetFieldsArgs, opts ...InvokeOption) (*GetDatastreamDatasetFieldsResult, error)
func GetDatastreamDatasetFieldsOutput(ctx *Context, args *GetDatastreamDatasetFieldsOutputArgs, opts ...InvokeOption) GetDatastreamDatasetFieldsResultOutput> Note: This function is named GetDatastreamDatasetFields in the Go SDK.
public static class GetDatastreamDatasetFields 
{
    public static Task<GetDatastreamDatasetFieldsResult> InvokeAsync(GetDatastreamDatasetFieldsArgs args, InvokeOptions? opts = null)
    public static Output<GetDatastreamDatasetFieldsResult> Invoke(GetDatastreamDatasetFieldsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDatastreamDatasetFieldsResult> getDatastreamDatasetFields(GetDatastreamDatasetFieldsArgs args, InvokeOptions options)
public static Output<GetDatastreamDatasetFieldsResult> getDatastreamDatasetFields(GetDatastreamDatasetFieldsArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getDatastreamDatasetFields:getDatastreamDatasetFields
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ProductId string
- ProductId string
- productId String
- productId string
- product_id str
- productId String
getDatastreamDatasetFields Result
The following output properties are available:
- DatasetFields List<GetDatastream Dataset Fields Dataset Field> 
- Id string
- The provider-assigned unique ID for this managed resource.
- ProductId string
- DatasetFields []GetDatastream Dataset Fields Dataset Field 
- Id string
- The provider-assigned unique ID for this managed resource.
- ProductId string
- datasetFields List<GetDatastream Dataset Fields Dataset Field> 
- id String
- The provider-assigned unique ID for this managed resource.
- productId String
- datasetFields GetDatastream Dataset Fields Dataset Field[] 
- id string
- The provider-assigned unique ID for this managed resource.
- productId string
- dataset_fields Sequence[GetDatastream Dataset Fields Dataset Field] 
- id str
- The provider-assigned unique ID for this managed resource.
- product_id str
- datasetFields List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- productId String
Supporting Types
GetDatastreamDatasetFieldsDatasetField     
- DatasetField stringDescription 
- Describes the data set field
- DatasetField stringGroup 
- A name of the group for data set field
- DatasetField intId 
- Identifies the field
- DatasetField stringJson Key 
- Specifies the JSON key for the field in a log line
- DatasetField stringName 
- A name of the data set field
- DatasetField stringDescription 
- Describes the data set field
- DatasetField stringGroup 
- A name of the group for data set field
- DatasetField intId 
- Identifies the field
- DatasetField stringJson Key 
- Specifies the JSON key for the field in a log line
- DatasetField stringName 
- A name of the data set field
- datasetField StringDescription 
- Describes the data set field
- datasetField StringGroup 
- A name of the group for data set field
- datasetField IntegerId 
- Identifies the field
- datasetField StringJson Key 
- Specifies the JSON key for the field in a log line
- datasetField StringName 
- A name of the data set field
- datasetField stringDescription 
- Describes the data set field
- datasetField stringGroup 
- A name of the group for data set field
- datasetField numberId 
- Identifies the field
- datasetField stringJson Key 
- Specifies the JSON key for the field in a log line
- datasetField stringName 
- A name of the data set field
- dataset_field_ strdescription 
- Describes the data set field
- dataset_field_ strgroup 
- A name of the group for data set field
- dataset_field_ intid 
- Identifies the field
- dataset_field_ strjson_ key 
- Specifies the JSON key for the field in a log line
- dataset_field_ strname 
- A name of the data set field
- datasetField StringDescription 
- Describes the data set field
- datasetField StringGroup 
- A name of the group for data set field
- datasetField NumberId 
- Identifies the field
- datasetField StringJson Key 
- Specifies the JSON key for the field in a log line
- datasetField StringName 
- A name of the data set field
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.
