1. Packages
  2. Akamai
  3. API Docs
  4. getDatastreamDatasetFields
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.getDatastreamDatasetFields

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getDatastreamDatasetFields:getDatastreamDatasetFields
      arguments:
        # arguments dictionary

    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 string
    Describes the data set field
    DatasetFieldGroup string
    A name of the group for data set field
    DatasetFieldId int
    Identifies the field
    DatasetFieldJsonKey string
    Specifies the JSON key for the field in a log line
    DatasetFieldName string
    A name of the data set field
    DatasetFieldDescription string
    Describes the data set field
    DatasetFieldGroup string
    A name of the group for data set field
    DatasetFieldId int
    Identifies the field
    DatasetFieldJsonKey string
    Specifies the JSON key for the field in a log line
    DatasetFieldName string
    A name of the data set field
    datasetFieldDescription String
    Describes the data set field
    datasetFieldGroup String
    A name of the group for data set field
    datasetFieldId Integer
    Identifies the field
    datasetFieldJsonKey String
    Specifies the JSON key for the field in a log line
    datasetFieldName String
    A name of the data set field
    datasetFieldDescription string
    Describes the data set field
    datasetFieldGroup string
    A name of the group for data set field
    datasetFieldId number
    Identifies the field
    datasetFieldJsonKey string
    Specifies the JSON key for the field in a log line
    datasetFieldName string
    A name of the data set field
    dataset_field_description str
    Describes the data set field
    dataset_field_group str
    A name of the group for data set field
    dataset_field_id int
    Identifies the field
    dataset_field_json_key str
    Specifies the JSON key for the field in a log line
    dataset_field_name str
    A name of the data set field
    datasetFieldDescription String
    Describes the data set field
    datasetFieldGroup String
    A name of the group for data set field
    datasetFieldId Number
    Identifies the field
    datasetFieldJsonKey String
    Specifies the JSON key for the field in a log line
    datasetFieldName 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.
    akamai logo
    Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi