@awboost/cfn-resource-types 0.1.533 → 0.1.535
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -43,7 +43,7 @@ export type ConnectDataTableProperties = {
|
|
|
43
43
|
/**
|
|
44
44
|
* The value lock level of the Data Table
|
|
45
45
|
*/
|
|
46
|
-
ValueLockLevel?: "NONE";
|
|
46
|
+
ValueLockLevel?: "NONE" | "DATA_TABLE" | "PRIMARY_VALUE" | "ATTRIBUTE" | "VALUE";
|
|
47
47
|
};
|
|
48
48
|
/**
|
|
49
49
|
* Attribute type definition for `AWS::Connect::DataTable`.
|
|
@@ -229,6 +229,7 @@ export type Ebs = {
|
|
|
229
229
|
* Indicates whether the EBS volume is deleted on instance termination.
|
|
230
230
|
*/
|
|
231
231
|
DeleteOnTermination?: boolean;
|
|
232
|
+
EbsCardIndex?: number;
|
|
232
233
|
/**
|
|
233
234
|
* Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value.
|
|
234
235
|
*/
|
|
@@ -999,7 +999,7 @@ export type InputColumn = {
|
|
|
999
999
|
* Type definition for `AWS::QuickSight::DataSet.InputColumnDataType`.
|
|
1000
1000
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-inputcolumndatatype.html}
|
|
1001
1001
|
*/
|
|
1002
|
-
export type InputColumnDataType = "STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON";
|
|
1002
|
+
export type InputColumnDataType = "STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT";
|
|
1003
1003
|
/**
|
|
1004
1004
|
* Type definition for `AWS::QuickSight::DataSet.IntegerDatasetParameter`.
|
|
1005
1005
|
* <p>An integer parameter for a dataset.</p>
|