1. Packages
  2. Akamai
  3. API Docs
  4. getDatastreamDatasetFields
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.getDatastreamDatasetFields

Explore with Pulumi AI

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>
Copy
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]
Copy
func GetDatastreamDatasetFields(ctx *Context, args *GetDatastreamDatasetFieldsArgs, opts ...InvokeOption) (*GetDatastreamDatasetFieldsResult, error)
func GetDatastreamDatasetFieldsOutput(ctx *Context, args *GetDatastreamDatasetFieldsOutputArgs, opts ...InvokeOption) GetDatastreamDatasetFieldsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetDatastreamDatasetFieldsResult> getDatastreamDatasetFields(GetDatastreamDatasetFieldsArgs args, InvokeOptions options)
public static Output<GetDatastreamDatasetFieldsResult> getDatastreamDatasetFields(GetDatastreamDatasetFieldsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getDatastreamDatasetFields:getDatastreamDatasetFields
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ProductId string
ProductId string
productId String
productId string
productId String

getDatastreamDatasetFields Result

The following output properties are available:

DatasetFields List<GetDatastreamDatasetFieldsDatasetField>
Id string
The provider-assigned unique ID for this managed resource.
ProductId string
DatasetFields []GetDatastreamDatasetFieldsDatasetField
Id string
The provider-assigned unique ID for this managed resource.
ProductId string
datasetFields List<GetDatastreamDatasetFieldsDatasetField>
id String
The provider-assigned unique ID for this managed resource.
productId String
datasetFields GetDatastreamDatasetFieldsDatasetField[]
id string
The provider-assigned unique ID for this managed resource.
productId string
dataset_fields Sequence[GetDatastreamDatasetFieldsDatasetField]
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

DatasetFieldDescription This property is required. string
Describes the data set field
DatasetFieldGroup This property is required. string
A name of the group for data set field
DatasetFieldId This property is required. int
Identifies the field
DatasetFieldJsonKey This property is required. string
Specifies the JSON key for the field in a log line
DatasetFieldName This property is required. string
A name of the data set field
DatasetFieldDescription This property is required. string
Describes the data set field
DatasetFieldGroup This property is required. string
A name of the group for data set field
DatasetFieldId This property is required. int
Identifies the field
DatasetFieldJsonKey This property is required. string
Specifies the JSON key for the field in a log line
DatasetFieldName This property is required. string
A name of the data set field
datasetFieldDescription This property is required. String
Describes the data set field
datasetFieldGroup This property is required. String
A name of the group for data set field
datasetFieldId This property is required. Integer
Identifies the field
datasetFieldJsonKey This property is required. String
Specifies the JSON key for the field in a log line
datasetFieldName This property is required. String
A name of the data set field
datasetFieldDescription This property is required. string
Describes the data set field
datasetFieldGroup This property is required. string
A name of the group for data set field
datasetFieldId This property is required. number
Identifies the field
datasetFieldJsonKey This property is required. string
Specifies the JSON key for the field in a log line
datasetFieldName This property is required. string
A name of the data set field
dataset_field_description This property is required. str
Describes the data set field
dataset_field_group This property is required. str
A name of the group for data set field
dataset_field_id This property is required. int
Identifies the field
dataset_field_json_key This property is required. str
Specifies the JSON key for the field in a log line
dataset_field_name This property is required. str
A name of the data set field
datasetFieldDescription This property is required. String
Describes the data set field
datasetFieldGroup This property is required. String
A name of the group for data set field
datasetFieldId This property is required. Number
Identifies the field
datasetFieldJsonKey This property is required. String
Specifies the JSON key for the field in a log line
datasetFieldName This property is required. String
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 akamai Terraform Provider.