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:
- Product
Id string
- Product
Id string
- product
Id String
- product
Id string
- product_
id str
- product
Id String
getDatastreamDatasetFields Result
The following output properties are available:
- Dataset
Fields List<GetDatastream Dataset Fields Dataset Field> - Id string
- The provider-assigned unique ID for this managed resource.
- Product
Id string
- Dataset
Fields []GetDatastream Dataset Fields Dataset Field - Id string
- The provider-assigned unique ID for this managed resource.
- Product
Id string
- dataset
Fields List<GetDatastream Dataset Fields Dataset Field> - id String
- The provider-assigned unique ID for this managed resource.
- product
Id String
- dataset
Fields GetDatastream Dataset Fields Dataset Field[] - id string
- The provider-assigned unique ID for this managed resource.
- product
Id string
- dataset_
fields Sequence[GetDatastream Dataset Fields Dataset Field] - id str
- The provider-assigned unique ID for this managed resource.
- product_
id str
- dataset
Fields List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
- product
Id String
Supporting Types
GetDatastreamDatasetFieldsDatasetField
- Dataset
Field stringDescription - Describes the data set field
- Dataset
Field stringGroup - A name of the group for data set field
- Dataset
Field intId - Identifies the field
- Dataset
Field stringJson Key - Specifies the JSON key for the field in a log line
- Dataset
Field stringName - A name of the data set field
- Dataset
Field stringDescription - Describes the data set field
- Dataset
Field stringGroup - A name of the group for data set field
- Dataset
Field intId - Identifies the field
- Dataset
Field stringJson Key - Specifies the JSON key for the field in a log line
- Dataset
Field stringName - A name of the data set field
- dataset
Field StringDescription - Describes the data set field
- dataset
Field StringGroup - A name of the group for data set field
- dataset
Field IntegerId - Identifies the field
- dataset
Field StringJson Key - Specifies the JSON key for the field in a log line
- dataset
Field StringName - A name of the data set field
- dataset
Field stringDescription - Describes the data set field
- dataset
Field stringGroup - A name of the group for data set field
- dataset
Field numberId - Identifies the field
- dataset
Field stringJson Key - Specifies the JSON key for the field in a log line
- dataset
Field 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
- dataset
Field StringDescription - Describes the data set field
- dataset
Field StringGroup - A name of the group for data set field
- dataset
Field NumberId - Identifies the field
- dataset
Field StringJson Key - Specifies the JSON key for the field in a log line
- dataset
Field 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.
