Package com.pulumi.aws.kinesis.inputs
Class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.kinesis.inputs.AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs
-
public final class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs.Builder
builder()
static AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs.Builder
builder(AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs defaults)
java.util.Optional<com.pulumi.core.Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs>>
mappingParameters()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
recordFormatType()
-
-
-
Field Detail
-
Empty
public static final AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs Empty
-
-
Method Detail
-
mappingParameters
public java.util.Optional<com.pulumi.core.Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs>> mappingParameters()
- Returns:
- The Mapping Information for the record format. See Mapping Parameters below for more details.
-
recordFormatType
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> recordFormatType()
- Returns:
- The type of Record Format. Can be `CSV` or `JSON`.
-
builder
public static AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs.Builder builder()
-
builder
public static AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs.Builder builder(AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs defaults)
-
-