InstanceStorageConfig
The storage configuration for the instance.
Contents
- StorageType
-
A valid storage type.
Type: String
Valid Values:
S3 | KINESIS_VIDEO_STREAM | KINESIS_STREAM | KINESIS_FIREHOSE
Required: Yes
- AssociationId
-
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
- KinesisFirehoseConfig
-
The configuration of the Kinesis Firehose delivery stream.
Type: KinesisFirehoseConfig object
Required: No
- KinesisStreamConfig
-
The configuration of the Kinesis data stream.
Type: KinesisStreamConfig object
Required: No
- KinesisVideoStreamConfig
-
The configuration of the Kinesis video stream.
Type: KinesisVideoStreamConfig object
Required: No
- S3Config
-
The S3 bucket configuration.
Type: S3Config object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: