@pulumi/aws-native 1.43.0-alpha.1766122627 → 1.43.0
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.
- package/bedrockagentcore/gatewayTarget.d.ts +1 -1
- package/bedrockagentcore/gatewayTarget.js +1 -1
- package/bedrockagentcore/getGatewayTarget.d.ts +2 -2
- package/bedrockagentcore/getGatewayTarget.js +2 -2
- package/cases/caseRule.d.ts +85 -0
- package/cases/caseRule.js +77 -0
- package/cases/caseRule.js.map +1 -0
- package/cases/domain.d.ts +65 -0
- package/cases/domain.js +68 -0
- package/cases/domain.js.map +1 -0
- package/cases/field.d.ts +84 -0
- package/cases/field.js +79 -0
- package/cases/field.js.map +1 -0
- package/cases/getCaseRule.d.ts +53 -0
- package/cases/getCaseRule.js +28 -0
- package/cases/getCaseRule.js.map +1 -0
- package/cases/getDomain.d.ts +42 -0
- package/cases/getDomain.js +28 -0
- package/cases/getDomain.js.map +1 -0
- package/cases/getField.d.ts +54 -0
- package/cases/getField.js +28 -0
- package/cases/getField.js.map +1 -0
- package/cases/getLayout.d.ts +46 -0
- package/cases/getLayout.js +28 -0
- package/cases/getLayout.js.map +1 -0
- package/cases/getTemplate.d.ts +63 -0
- package/cases/getTemplate.js +28 -0
- package/cases/getTemplate.js.map +1 -0
- package/cases/index.d.ts +31 -0
- package/cases/index.js +69 -0
- package/cases/index.js.map +1 -0
- package/cases/layout.d.ts +71 -0
- package/cases/layout.js +75 -0
- package/cases/layout.js.map +1 -0
- package/cases/template.d.ts +104 -0
- package/cases/template.js +80 -0
- package/cases/template.js.map +1 -0
- package/connect/contactFlowModule.d.ts +16 -0
- package/connect/contactFlowModule.js +4 -0
- package/connect/contactFlowModule.js.map +1 -1
- package/connect/getContactFlowModule.d.ts +8 -0
- package/connect/getContactFlowModule.js.map +1 -1
- package/connect/getHoursOfOperation.d.ts +8 -0
- package/connect/getHoursOfOperation.js.map +1 -1
- package/connect/hoursOfOperation.d.ts +16 -0
- package/connect/hoursOfOperation.js +4 -0
- package/connect/hoursOfOperation.js.map +1 -1
- package/ec2/getVolume.d.ts +19 -13
- package/ec2/getVolume.js.map +1 -1
- package/ec2/volume.d.ts +38 -26
- package/ec2/volume.js.map +1 -1
- package/ec2/vpnConnection.d.ts +12 -0
- package/ec2/vpnConnection.js.map +1 -1
- package/emr/step.d.ts +16 -0
- package/emr/step.js +5 -1
- package/emr/step.js.map +1 -1
- package/gameliftstreams/streamGroup.d.ts +96 -12
- package/gameliftstreams/streamGroup.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +7 -5
- package/index.js.map +1 -1
- package/iotanalytics/dataset.d.ts +2 -2
- package/iotanalytics/datastore.d.ts +2 -2
- package/iotanalytics/getDataset.d.ts +1 -1
- package/iotanalytics/getDatastore.d.ts +1 -1
- package/lex/bot.d.ts +3 -3
- package/lex/bot.js +1 -1
- package/lex/botAlias.d.ts +3 -3
- package/lex/botAlias.js +1 -1
- package/lex/getBot.d.ts +6 -6
- package/lex/getBot.js +2 -2
- package/lex/getBotAlias.d.ts +6 -2
- package/lex/getBotAlias.js +2 -2
- package/lex/getBotAlias.js.map +1 -1
- package/observabilityadmin/getS3TableIntegration.d.ts +36 -0
- package/observabilityadmin/getS3TableIntegration.js +28 -0
- package/observabilityadmin/getS3TableIntegration.js.map +1 -0
- package/observabilityadmin/index.d.ts +6 -0
- package/observabilityadmin/index.js +8 -1
- package/observabilityadmin/index.js.map +1 -1
- package/observabilityadmin/s3tableIntegration.d.ts +71 -0
- package/observabilityadmin/s3tableIntegration.js +72 -0
- package/observabilityadmin/s3tableIntegration.js.map +1 -0
- package/odb/getOdbPeeringConnection.d.ts +8 -0
- package/odb/getOdbPeeringConnection.js.map +1 -1
- package/odb/odbPeeringConnection.d.ts +12 -0
- package/odb/odbPeeringConnection.js +5 -1
- package/odb/odbPeeringConnection.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/types/enums/bedrockagentcore/index.d.ts +5 -0
- package/types/enums/bedrockagentcore/index.js +5 -1
- package/types/enums/bedrockagentcore/index.js.map +1 -1
- package/types/enums/cases/index.d.ts +38 -0
- package/types/enums/cases/index.js +28 -0
- package/types/enums/cases/index.js.map +1 -0
- package/types/enums/connect/index.d.ts +22 -4
- package/types/enums/connect/index.js +12 -2
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +3 -0
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +1 -0
- package/types/enums/ecr/index.js +1 -0
- package/types/enums/ecr/index.js.map +1 -1
- package/types/enums/ecs/index.d.ts +5 -0
- package/types/enums/ecs/index.js +5 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/lex/index.d.ts +11 -0
- package/types/enums/lex/index.js +10 -1
- package/types/enums/lex/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +8 -0
- package/types/enums/observabilityadmin/index.js +5 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/input.d.ts +352 -40
- package/types/output.d.ts +352 -40
- package/types/output.js.map +1 -1
- package/workspacesweb/getUserSettings.d.ts +1 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +2 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -14162,6 +14162,11 @@ export declare namespace bedrockagentcore {
|
|
|
14162
14162
|
customParameters?: pulumi.Input<{
|
|
14163
14163
|
[key: string]: pulumi.Input<string>;
|
|
14164
14164
|
}>;
|
|
14165
|
+
/**
|
|
14166
|
+
* Return URL for OAuth callback.
|
|
14167
|
+
*/
|
|
14168
|
+
defaultReturnUrl?: pulumi.Input<string>;
|
|
14169
|
+
grantType?: pulumi.Input<enums.bedrockagentcore.GatewayTargetOAuthGrantType>;
|
|
14165
14170
|
providerArn: pulumi.Input<string>;
|
|
14166
14171
|
scopes: pulumi.Input<pulumi.Input<string>[]>;
|
|
14167
14172
|
}
|
|
@@ -14576,6 +14581,197 @@ export declare namespace budgets {
|
|
|
14576
14581
|
type: pulumi.Input<enums.budgets.BudgetsActionSubscriberType>;
|
|
14577
14582
|
}
|
|
14578
14583
|
}
|
|
14584
|
+
export declare namespace cases {
|
|
14585
|
+
/**
|
|
14586
|
+
* A boolean condition for a rule.
|
|
14587
|
+
*/
|
|
14588
|
+
interface CaseRuleBooleanCondition0PropertiesArgs {
|
|
14589
|
+
equalTo: pulumi.Input<inputs.cases.CaseRuleBooleanOperandsArgs>;
|
|
14590
|
+
}
|
|
14591
|
+
/**
|
|
14592
|
+
* A boolean condition for a rule.
|
|
14593
|
+
*/
|
|
14594
|
+
interface CaseRuleBooleanCondition1PropertiesArgs {
|
|
14595
|
+
notEqualTo: pulumi.Input<inputs.cases.CaseRuleBooleanOperandsArgs>;
|
|
14596
|
+
}
|
|
14597
|
+
/**
|
|
14598
|
+
* Boolean operands for a condition.
|
|
14599
|
+
*/
|
|
14600
|
+
interface CaseRuleBooleanOperandsArgs {
|
|
14601
|
+
operandOne: pulumi.Input<inputs.cases.CaseRuleOperandOnePropertiesArgs>;
|
|
14602
|
+
operandTwo: pulumi.Input<inputs.cases.CaseRuleOperandTwo0PropertiesArgs | inputs.cases.CaseRuleOperandTwo1PropertiesArgs | inputs.cases.CaseRuleOperandTwo2PropertiesArgs | inputs.cases.CaseRuleOperandTwo3PropertiesArgs>;
|
|
14603
|
+
/**
|
|
14604
|
+
* The value of the outer rule if the condition evaluates to true.
|
|
14605
|
+
*/
|
|
14606
|
+
result: pulumi.Input<boolean>;
|
|
14607
|
+
}
|
|
14608
|
+
/**
|
|
14609
|
+
* Defines the rule behavior and conditions. Specifies the rule type and the conditions under which it applies. In the Amazon Connect admin website, this corresponds to case field conditions.
|
|
14610
|
+
*/
|
|
14611
|
+
interface CaseRuleDetails0PropertiesArgs {
|
|
14612
|
+
required: pulumi.Input<inputs.cases.CaseRuleRequiredCaseRuleArgs>;
|
|
14613
|
+
}
|
|
14614
|
+
/**
|
|
14615
|
+
* Defines the rule behavior and conditions. Specifies the rule type and the conditions under which it applies. In the Amazon Connect admin website, this corresponds to case field conditions.
|
|
14616
|
+
*/
|
|
14617
|
+
interface CaseRuleDetails1PropertiesArgs {
|
|
14618
|
+
hidden: pulumi.Input<inputs.cases.CaseRuleHiddenCaseRuleArgs>;
|
|
14619
|
+
}
|
|
14620
|
+
/**
|
|
14621
|
+
* An empty operand value.
|
|
14622
|
+
*/
|
|
14623
|
+
interface CaseRuleEmptyOperandValueArgs {
|
|
14624
|
+
}
|
|
14625
|
+
/**
|
|
14626
|
+
* Hidden rule type, used to indicate whether a field is hidden
|
|
14627
|
+
*/
|
|
14628
|
+
interface CaseRuleHiddenCaseRuleArgs {
|
|
14629
|
+
/**
|
|
14630
|
+
* List of conditions for the hidden rule; the first condition to evaluate to true dictates the value of the rule
|
|
14631
|
+
*/
|
|
14632
|
+
conditions: pulumi.Input<pulumi.Input<inputs.cases.CaseRuleBooleanCondition0PropertiesArgs | inputs.cases.CaseRuleBooleanCondition1PropertiesArgs>[]>;
|
|
14633
|
+
/**
|
|
14634
|
+
* The value of the rule (i.e. whether the field is hidden) should none of the conditions evaluate to true
|
|
14635
|
+
*/
|
|
14636
|
+
defaultValue: pulumi.Input<boolean>;
|
|
14637
|
+
}
|
|
14638
|
+
/**
|
|
14639
|
+
* The left hand operand in the condition.
|
|
14640
|
+
*/
|
|
14641
|
+
interface CaseRuleOperandOnePropertiesArgs {
|
|
14642
|
+
/**
|
|
14643
|
+
* The field ID this operand should take the value of.
|
|
14644
|
+
*/
|
|
14645
|
+
fieldId: pulumi.Input<string>;
|
|
14646
|
+
}
|
|
14647
|
+
/**
|
|
14648
|
+
* The right hand operand in the condition.
|
|
14649
|
+
*/
|
|
14650
|
+
interface CaseRuleOperandTwo0PropertiesArgs {
|
|
14651
|
+
/**
|
|
14652
|
+
* A string value to compare against the field value in the condition evaluation.
|
|
14653
|
+
*/
|
|
14654
|
+
stringValue: pulumi.Input<string>;
|
|
14655
|
+
}
|
|
14656
|
+
/**
|
|
14657
|
+
* The right hand operand in the condition.
|
|
14658
|
+
*/
|
|
14659
|
+
interface CaseRuleOperandTwo1PropertiesArgs {
|
|
14660
|
+
/**
|
|
14661
|
+
* A boolean value to compare against the field value in the condition evaluation.
|
|
14662
|
+
*/
|
|
14663
|
+
booleanValue: pulumi.Input<boolean>;
|
|
14664
|
+
}
|
|
14665
|
+
/**
|
|
14666
|
+
* The right hand operand in the condition.
|
|
14667
|
+
*/
|
|
14668
|
+
interface CaseRuleOperandTwo2PropertiesArgs {
|
|
14669
|
+
/**
|
|
14670
|
+
* A numeric value to compare against the field value in the condition evaluation.
|
|
14671
|
+
*/
|
|
14672
|
+
doubleValue: pulumi.Input<number>;
|
|
14673
|
+
}
|
|
14674
|
+
/**
|
|
14675
|
+
* The right hand operand in the condition.
|
|
14676
|
+
*/
|
|
14677
|
+
interface CaseRuleOperandTwo3PropertiesArgs {
|
|
14678
|
+
emptyValue: pulumi.Input<inputs.cases.CaseRuleEmptyOperandValueArgs>;
|
|
14679
|
+
}
|
|
14680
|
+
/**
|
|
14681
|
+
* A required rule type, used to indicate whether a field is required.
|
|
14682
|
+
*/
|
|
14683
|
+
interface CaseRuleRequiredCaseRuleArgs {
|
|
14684
|
+
/**
|
|
14685
|
+
* An ordered list of boolean conditions that determine when the field should be required. Conditions are evaluated in order, and the first condition that evaluates to true determines whether the field is required, overriding the default value.
|
|
14686
|
+
*/
|
|
14687
|
+
conditions: pulumi.Input<pulumi.Input<inputs.cases.CaseRuleBooleanCondition0PropertiesArgs | inputs.cases.CaseRuleBooleanCondition1PropertiesArgs>[]>;
|
|
14688
|
+
/**
|
|
14689
|
+
* The default required state for the field when none of the specified conditions are met. If true, the field is required by default; if false, the field is optional by default.
|
|
14690
|
+
*/
|
|
14691
|
+
defaultValue: pulumi.Input<boolean>;
|
|
14692
|
+
}
|
|
14693
|
+
/**
|
|
14694
|
+
* Defines the field layout for the agent's case interface. Configures which fields appear in the top panel (immediately visible) and More Info tab (expandable section) of the case view, allowing customization of the agent experience.
|
|
14695
|
+
*/
|
|
14696
|
+
interface LayoutBasicLayoutArgs {
|
|
14697
|
+
moreInfo?: pulumi.Input<inputs.cases.LayoutSectionsArgs>;
|
|
14698
|
+
topPanel?: pulumi.Input<inputs.cases.LayoutSectionsArgs>;
|
|
14699
|
+
}
|
|
14700
|
+
/**
|
|
14701
|
+
* Defines the layout structure and field organization for the case interface. Specifies which fields appear in the top panel and More Info tab, and their display order.
|
|
14702
|
+
*/
|
|
14703
|
+
interface LayoutContentPropertiesArgs {
|
|
14704
|
+
basic: pulumi.Input<inputs.cases.LayoutBasicLayoutArgs>;
|
|
14705
|
+
}
|
|
14706
|
+
/**
|
|
14707
|
+
* Consists of a group of fields and associated properties.
|
|
14708
|
+
*/
|
|
14709
|
+
interface LayoutFieldGroupArgs {
|
|
14710
|
+
/**
|
|
14711
|
+
* An ordered list of fields to display in this group. The order determines the sequence in which fields appear in the agent interface. Each field is referenced by its unique field ID.
|
|
14712
|
+
*/
|
|
14713
|
+
fields: pulumi.Input<pulumi.Input<inputs.cases.LayoutFieldItemArgs>[]>;
|
|
14714
|
+
/**
|
|
14715
|
+
* A descriptive name for the field group. Helps organize related fields together in the layout interface.
|
|
14716
|
+
*/
|
|
14717
|
+
name?: pulumi.Input<string>;
|
|
14718
|
+
}
|
|
14719
|
+
/**
|
|
14720
|
+
* Field specific properties.
|
|
14721
|
+
*/
|
|
14722
|
+
interface LayoutFieldItemArgs {
|
|
14723
|
+
/**
|
|
14724
|
+
* The unique identifier of a field.
|
|
14725
|
+
*/
|
|
14726
|
+
id: pulumi.Input<string>;
|
|
14727
|
+
}
|
|
14728
|
+
/**
|
|
14729
|
+
* A section can be a grouped list of fields.
|
|
14730
|
+
*/
|
|
14731
|
+
interface LayoutSectionPropertiesArgs {
|
|
14732
|
+
fieldGroup: pulumi.Input<inputs.cases.LayoutFieldGroupArgs>;
|
|
14733
|
+
}
|
|
14734
|
+
/**
|
|
14735
|
+
* Sections within a panel or tab of the page layout.
|
|
14736
|
+
*/
|
|
14737
|
+
interface LayoutSectionsArgs {
|
|
14738
|
+
/**
|
|
14739
|
+
* Defines the sections within a panel or tab. Contains field groups that organize related fields together.
|
|
14740
|
+
*/
|
|
14741
|
+
sections?: pulumi.Input<pulumi.Input<inputs.cases.LayoutSectionPropertiesArgs>[]>;
|
|
14742
|
+
}
|
|
14743
|
+
/**
|
|
14744
|
+
* Specifies the default layout to use when displaying cases created from this template. The layout determines which fields are visible and their arrangement in the agent interface.
|
|
14745
|
+
*/
|
|
14746
|
+
interface TemplateLayoutConfigurationArgs {
|
|
14747
|
+
/**
|
|
14748
|
+
* The unique identifier of a layout.
|
|
14749
|
+
*/
|
|
14750
|
+
defaultLayout?: pulumi.Input<string>;
|
|
14751
|
+
}
|
|
14752
|
+
/**
|
|
14753
|
+
* Wrapper object containing a field identifier
|
|
14754
|
+
*/
|
|
14755
|
+
interface TemplateRequiredFieldArgs {
|
|
14756
|
+
/**
|
|
14757
|
+
* The unique identifier of a field.
|
|
14758
|
+
*/
|
|
14759
|
+
fieldId: pulumi.Input<string>;
|
|
14760
|
+
}
|
|
14761
|
+
/**
|
|
14762
|
+
* Links a case rule to a specific field within this template. When specified, the rule's conditions will be evaluated for the associated field, controlling behavior like required status, visibility, or available options.
|
|
14763
|
+
*/
|
|
14764
|
+
interface TemplateRuleArgs {
|
|
14765
|
+
/**
|
|
14766
|
+
* The unique identifier of a case rule.
|
|
14767
|
+
*/
|
|
14768
|
+
caseRuleId: pulumi.Input<string>;
|
|
14769
|
+
/**
|
|
14770
|
+
* The ID of the field that this rule applies to.
|
|
14771
|
+
*/
|
|
14772
|
+
fieldId?: pulumi.Input<string>;
|
|
14773
|
+
}
|
|
14774
|
+
}
|
|
14579
14775
|
export declare namespace cassandra {
|
|
14580
14776
|
interface KeyspaceReplicationSpecificationArgs {
|
|
14581
14777
|
/**
|
|
@@ -20075,67 +20271,82 @@ export declare namespace connect {
|
|
|
20075
20271
|
*/
|
|
20076
20272
|
type?: pulumi.Input<enums.connect.EvaluationFormItemEnablementSourceValueType>;
|
|
20077
20273
|
}
|
|
20274
|
+
/**
|
|
20275
|
+
* Language configuration for an evaluation form.
|
|
20276
|
+
*/
|
|
20078
20277
|
interface EvaluationFormLanguageConfigurationArgs {
|
|
20079
20278
|
/**
|
|
20080
|
-
* The language
|
|
20279
|
+
* The language for the evaluation form.
|
|
20081
20280
|
*/
|
|
20082
20281
|
formLanguage?: pulumi.Input<enums.connect.EvaluationFormLanguageConfigurationFormLanguage>;
|
|
20083
20282
|
}
|
|
20283
|
+
/**
|
|
20284
|
+
* Automation configuration for multi-select questions.
|
|
20285
|
+
*/
|
|
20084
20286
|
interface EvaluationFormMultiSelectQuestionAutomationArgs {
|
|
20085
|
-
/**
|
|
20086
|
-
* The source of automation answer of the question.
|
|
20087
|
-
*/
|
|
20088
20287
|
answerSource?: pulumi.Input<inputs.connect.EvaluationFormQuestionAutomationAnswerSourceArgs>;
|
|
20089
20288
|
/**
|
|
20090
|
-
*
|
|
20289
|
+
* Reference IDs of default options.
|
|
20091
20290
|
*/
|
|
20092
20291
|
defaultOptionRefIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
20093
20292
|
/**
|
|
20094
|
-
*
|
|
20293
|
+
* Automation options for the multi-select question.
|
|
20095
20294
|
*/
|
|
20096
20295
|
options: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormMultiSelectQuestionAutomationOptionArgs>[]>;
|
|
20097
20296
|
}
|
|
20297
|
+
/**
|
|
20298
|
+
* An automation option for a multi-select question.
|
|
20299
|
+
*/
|
|
20098
20300
|
interface EvaluationFormMultiSelectQuestionAutomationOptionArgs {
|
|
20099
20301
|
/**
|
|
20100
|
-
*
|
|
20302
|
+
* Rule category configuration for this automation option.
|
|
20101
20303
|
*/
|
|
20102
20304
|
ruleCategory: pulumi.Input<inputs.connect.EvaluationFormMultiSelectQuestionRuleCategoryAutomationArgs>;
|
|
20103
20305
|
}
|
|
20306
|
+
/**
|
|
20307
|
+
* An option for a multi-select question in an evaluation form.
|
|
20308
|
+
*/
|
|
20104
20309
|
interface EvaluationFormMultiSelectQuestionOptionArgs {
|
|
20105
20310
|
/**
|
|
20106
|
-
*
|
|
20311
|
+
* Reference identifier for this option.
|
|
20107
20312
|
*/
|
|
20108
20313
|
refId: pulumi.Input<string>;
|
|
20109
20314
|
/**
|
|
20110
|
-
*
|
|
20315
|
+
* Display text for this option.
|
|
20111
20316
|
*/
|
|
20112
20317
|
text: pulumi.Input<string>;
|
|
20113
20318
|
}
|
|
20319
|
+
/**
|
|
20320
|
+
* Properties for a multi-select question in an evaluation form.
|
|
20321
|
+
*/
|
|
20114
20322
|
interface EvaluationFormMultiSelectQuestionPropertiesArgs {
|
|
20115
20323
|
/**
|
|
20116
|
-
*
|
|
20324
|
+
* Automation configuration for this multi-select question.
|
|
20117
20325
|
*/
|
|
20118
20326
|
automation?: pulumi.Input<inputs.connect.EvaluationFormMultiSelectQuestionAutomationArgs>;
|
|
20119
20327
|
/**
|
|
20120
|
-
*
|
|
20328
|
+
* Display format for the multi-select question.
|
|
20121
20329
|
*/
|
|
20122
20330
|
displayAs?: pulumi.Input<enums.connect.EvaluationFormMultiSelectQuestionPropertiesDisplayAs>;
|
|
20123
20331
|
/**
|
|
20124
|
-
*
|
|
20332
|
+
* Options available for this multi-select question.
|
|
20125
20333
|
*/
|
|
20126
20334
|
options: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormMultiSelectQuestionOptionArgs>[]>;
|
|
20127
20335
|
}
|
|
20336
|
+
/**
|
|
20337
|
+
* Automation rule for multi-select questions based on rule categories.
|
|
20338
|
+
*/
|
|
20128
20339
|
interface EvaluationFormMultiSelectQuestionRuleCategoryAutomationArgs {
|
|
20129
20340
|
/**
|
|
20130
|
-
* The category name
|
|
20341
|
+
* The category name for this automation rule.
|
|
20131
20342
|
*/
|
|
20132
20343
|
category: pulumi.Input<string>;
|
|
20133
20344
|
/**
|
|
20134
|
-
* The
|
|
20345
|
+
* The condition for this automation rule.
|
|
20135
20346
|
*/
|
|
20136
20347
|
condition: pulumi.Input<enums.connect.EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition>;
|
|
20137
20348
|
/**
|
|
20138
|
-
*
|
|
20349
|
+
* Reference IDs of options for this automation rule.
|
|
20139
20350
|
*/
|
|
20140
20351
|
optionRefIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
20141
20352
|
}
|
|
@@ -20428,9 +20639,12 @@ export declare namespace connect {
|
|
|
20428
20639
|
*/
|
|
20429
20640
|
optionRefId: pulumi.Input<string>;
|
|
20430
20641
|
}
|
|
20642
|
+
/**
|
|
20643
|
+
* Configuration that specifies the target for an evaluation form.
|
|
20644
|
+
*/
|
|
20431
20645
|
interface EvaluationFormTargetConfigurationArgs {
|
|
20432
20646
|
/**
|
|
20433
|
-
* The interaction type
|
|
20647
|
+
* The contact interaction type for this evaluation form.
|
|
20434
20648
|
*/
|
|
20435
20649
|
contactInteractionType: pulumi.Input<enums.connect.EvaluationFormTargetConfigurationContactInteractionType>;
|
|
20436
20650
|
}
|
|
@@ -20452,6 +20666,12 @@ export declare namespace connect {
|
|
|
20452
20666
|
*/
|
|
20453
20667
|
automation?: pulumi.Input<inputs.connect.EvaluationFormTextQuestionAutomationArgs>;
|
|
20454
20668
|
}
|
|
20669
|
+
/**
|
|
20670
|
+
* Defines the external invocation configuration of the flow module resource
|
|
20671
|
+
*/
|
|
20672
|
+
interface ExternalInvocationConfigurationPropertiesArgs {
|
|
20673
|
+
enabled: pulumi.Input<boolean>;
|
|
20674
|
+
}
|
|
20455
20675
|
interface FontFamilyArgs {
|
|
20456
20676
|
/**
|
|
20457
20677
|
* The default font family to use in the workspace theme.
|
|
@@ -20503,6 +20723,8 @@ export declare namespace connect {
|
|
|
20503
20723
|
overrideConfig: pulumi.Input<pulumi.Input<inputs.connect.HoursOfOperationOverrideConfigArgs>[]>;
|
|
20504
20724
|
overrideDescription?: pulumi.Input<string>;
|
|
20505
20725
|
overrideName: pulumi.Input<string>;
|
|
20726
|
+
overrideType?: pulumi.Input<enums.connect.HoursOfOperationOverrideType>;
|
|
20727
|
+
recurrenceConfig?: pulumi.Input<inputs.connect.HoursOfOperationRecurrenceConfigArgs>;
|
|
20506
20728
|
}
|
|
20507
20729
|
/**
|
|
20508
20730
|
* Contains information about the hours of operation override.
|
|
@@ -20534,6 +20756,22 @@ export declare namespace connect {
|
|
|
20534
20756
|
*/
|
|
20535
20757
|
minutes: pulumi.Input<number>;
|
|
20536
20758
|
}
|
|
20759
|
+
/**
|
|
20760
|
+
* Configuration for recurring hours of operation overrides.
|
|
20761
|
+
*/
|
|
20762
|
+
interface HoursOfOperationRecurrenceConfigArgs {
|
|
20763
|
+
recurrencePattern: pulumi.Input<inputs.connect.HoursOfOperationRecurrencePatternArgs>;
|
|
20764
|
+
}
|
|
20765
|
+
/**
|
|
20766
|
+
* Pattern for recurring hours of operation overrides.
|
|
20767
|
+
*/
|
|
20768
|
+
interface HoursOfOperationRecurrencePatternArgs {
|
|
20769
|
+
byMonth?: pulumi.Input<pulumi.Input<number>[]>;
|
|
20770
|
+
byMonthDay?: pulumi.Input<pulumi.Input<number>[]>;
|
|
20771
|
+
byWeekdayOccurrence?: pulumi.Input<pulumi.Input<number>[]>;
|
|
20772
|
+
frequency?: pulumi.Input<enums.connect.HoursOfOperationRecurrenceFrequency>;
|
|
20773
|
+
interval?: pulumi.Input<number>;
|
|
20774
|
+
}
|
|
20537
20775
|
/**
|
|
20538
20776
|
* The start time or end time for an hours of operation.
|
|
20539
20777
|
*/
|
|
@@ -20547,6 +20785,19 @@ export declare namespace connect {
|
|
|
20547
20785
|
*/
|
|
20548
20786
|
minutes: pulumi.Input<number>;
|
|
20549
20787
|
}
|
|
20788
|
+
/**
|
|
20789
|
+
* Identifier for hours of operation.
|
|
20790
|
+
*/
|
|
20791
|
+
interface HoursOfOperationsIdentifierArgs {
|
|
20792
|
+
/**
|
|
20793
|
+
* The identifier for the hours of operation.
|
|
20794
|
+
*/
|
|
20795
|
+
id: pulumi.Input<string>;
|
|
20796
|
+
/**
|
|
20797
|
+
* The name of the hours of operation.
|
|
20798
|
+
*/
|
|
20799
|
+
name?: pulumi.Input<string>;
|
|
20800
|
+
}
|
|
20550
20801
|
interface InstanceAttributesArgs {
|
|
20551
20802
|
autoResolveBestVoices?: pulumi.Input<boolean>;
|
|
20552
20803
|
contactLens?: pulumi.Input<boolean>;
|
|
@@ -30679,6 +30930,7 @@ export declare namespace ecs {
|
|
|
30679
30930
|
min?: pulumi.Input<number>;
|
|
30680
30931
|
}
|
|
30681
30932
|
interface CapacityProviderInstanceLaunchTemplateArgs {
|
|
30933
|
+
capacityOptionType?: pulumi.Input<enums.ecs.CapacityProviderInstanceLaunchTemplateCapacityOptionType>;
|
|
30682
30934
|
/**
|
|
30683
30935
|
* The Amazon Resource Name (ARN) of the instance profile that Amazon ECS applies to Amazon ECS Managed Instances. This instance profile must include the necessary permissions for your tasks to access AWS services and resources.
|
|
30684
30936
|
*
|
|
@@ -38299,7 +38551,7 @@ export declare namespace gameliftstreams {
|
|
|
38299
38551
|
}
|
|
38300
38552
|
interface StreamGroupLocationConfigurationArgs {
|
|
38301
38553
|
/**
|
|
38302
|
-
*
|
|
38554
|
+
* This setting, if non-zero, indicates minimum streaming capacity which is allocated to you and is never released back to the service. You pay for this base level of capacity at all times, whether used or idle.
|
|
38303
38555
|
*/
|
|
38304
38556
|
alwaysOnCapacity?: pulumi.Input<number>;
|
|
38305
38557
|
/**
|
|
@@ -42917,7 +43169,7 @@ export declare namespace iotanalytics {
|
|
|
42917
43169
|
*/
|
|
42918
43170
|
keyPrefix?: pulumi.Input<string>;
|
|
42919
43171
|
/**
|
|
42920
|
-
* The ARN of the role that grants
|
|
43172
|
+
* The ARN of the role that grants ITA permission to interact with your Amazon S3 resources.
|
|
42921
43173
|
*/
|
|
42922
43174
|
roleArn: pulumi.Input<string>;
|
|
42923
43175
|
}
|
|
@@ -42939,7 +43191,7 @@ export declare namespace iotanalytics {
|
|
|
42939
43191
|
*/
|
|
42940
43192
|
customerManagedS3?: pulumi.Input<inputs.iotanalytics.ChannelCustomerManagedS3Args>;
|
|
42941
43193
|
/**
|
|
42942
|
-
* Used to store channel data in an S3 bucket managed by
|
|
43194
|
+
* Used to store channel data in an S3 bucket managed by ITA . You can't change the choice of S3 storage after the data store is created.
|
|
42943
43195
|
*/
|
|
42944
43196
|
serviceManagedS3?: pulumi.Input<inputs.iotanalytics.ChannelServiceManagedS3Args>;
|
|
42945
43197
|
}
|
|
@@ -43013,7 +43265,7 @@ export declare namespace iotanalytics {
|
|
|
43013
43265
|
}
|
|
43014
43266
|
interface DatasetDeltaTimeSessionWindowConfigurationArgs {
|
|
43015
43267
|
/**
|
|
43016
|
-
* A time interval. You can use `timeoutInMinutes` so that
|
|
43268
|
+
* A time interval. You can use `timeoutInMinutes` so that ITA can batch up late data notifications that have been generated since the last execution. ITA sends one batch of notifications to Amazon CloudWatch Events at one time.
|
|
43017
43269
|
*
|
|
43018
43270
|
* For more information about how to write a timestamp expression, see [Date and Time Functions and Operators](https://docs.aws.amazon.com/https://prestodb.io/docs/current/functions/datetime.html) , in the *Presto 0.172 Documentation* .
|
|
43019
43271
|
*/
|
|
@@ -43041,7 +43293,7 @@ export declare namespace iotanalytics {
|
|
|
43041
43293
|
*/
|
|
43042
43294
|
inputName: pulumi.Input<string>;
|
|
43043
43295
|
/**
|
|
43044
|
-
* The ARN of the role that grants
|
|
43296
|
+
* The ARN of the role that grants ITA permission to deliver dataset contents to an AWS IoT Events input.
|
|
43045
43297
|
*/
|
|
43046
43298
|
roleArn: pulumi.Input<string>;
|
|
43047
43299
|
}
|
|
@@ -43121,7 +43373,7 @@ export declare namespace iotanalytics {
|
|
|
43121
43373
|
*/
|
|
43122
43374
|
key: pulumi.Input<string>;
|
|
43123
43375
|
/**
|
|
43124
|
-
* The ARN of the role that grants
|
|
43376
|
+
* The ARN of the role that grants ITA permission to interact with your Amazon S3 and AWS Glue resources.
|
|
43125
43377
|
*/
|
|
43126
43378
|
roleArn: pulumi.Input<string>;
|
|
43127
43379
|
}
|
|
@@ -43199,7 +43451,7 @@ export declare namespace iotanalytics {
|
|
|
43199
43451
|
*/
|
|
43200
43452
|
keyPrefix?: pulumi.Input<string>;
|
|
43201
43453
|
/**
|
|
43202
|
-
* The ARN of the role that grants
|
|
43454
|
+
* The ARN of the role that grants ITA permission to interact with your Amazon S3 resources.
|
|
43203
43455
|
*/
|
|
43204
43456
|
roleArn: pulumi.Input<string>;
|
|
43205
43457
|
}
|
|
@@ -43283,7 +43535,7 @@ export declare namespace iotanalytics {
|
|
|
43283
43535
|
*/
|
|
43284
43536
|
iotSiteWiseMultiLayerStorage?: pulumi.Input<inputs.iotanalytics.DatastoreIotSiteWiseMultiLayerStorageArgs>;
|
|
43285
43537
|
/**
|
|
43286
|
-
* Use this to store data store data in an S3 bucket managed by the
|
|
43538
|
+
* Use this to store data store data in an S3 bucket managed by the service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.
|
|
43287
43539
|
*/
|
|
43288
43540
|
serviceManagedS3?: pulumi.Input<inputs.iotanalytics.DatastoreServiceManagedS3Args>;
|
|
43289
43541
|
}
|
|
@@ -50240,19 +50492,6 @@ export declare namespace lex {
|
|
|
50240
50492
|
*/
|
|
50241
50493
|
s3BucketArn: pulumi.Input<string>;
|
|
50242
50494
|
}
|
|
50243
|
-
/**
|
|
50244
|
-
* A label for tagging Lex resources
|
|
50245
|
-
*/
|
|
50246
|
-
interface BotAliasTagArgs {
|
|
50247
|
-
/**
|
|
50248
|
-
* A string used to identify this tag
|
|
50249
|
-
*/
|
|
50250
|
-
key: pulumi.Input<string>;
|
|
50251
|
-
/**
|
|
50252
|
-
* A string containing the value for the tag
|
|
50253
|
-
*/
|
|
50254
|
-
value: pulumi.Input<string>;
|
|
50255
|
-
}
|
|
50256
50495
|
/**
|
|
50257
50496
|
* Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
|
|
50258
50497
|
*/
|
|
@@ -50543,7 +50782,9 @@ export declare namespace lex {
|
|
|
50543
50782
|
slotResolutionImprovementSpecification?: pulumi.Input<inputs.lex.BotGenerativeAiSettingsRuntimeSettingsPropertiesSlotResolutionImprovementSpecificationPropertiesArgs>;
|
|
50544
50783
|
}
|
|
50545
50784
|
interface BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesArgs {
|
|
50785
|
+
assistedNluMode?: pulumi.Input<enums.lex.BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesAssistedNluMode>;
|
|
50546
50786
|
enabled: pulumi.Input<boolean>;
|
|
50787
|
+
intentDisambiguationSettings?: pulumi.Input<inputs.lex.BotIntentDisambiguationSettingsArgs>;
|
|
50547
50788
|
}
|
|
50548
50789
|
interface BotGenerativeAiSettingsRuntimeSettingsPropertiesSlotResolutionImprovementSpecificationPropertiesArgs {
|
|
50549
50790
|
bedrockModelSpecification?: pulumi.Input<inputs.lex.BotBedrockModelSpecificationArgs>;
|
|
@@ -50599,13 +50840,14 @@ export declare namespace lex {
|
|
|
50599
50840
|
interface BotIntentArgs {
|
|
50600
50841
|
bedrockAgentIntentConfiguration?: pulumi.Input<inputs.lex.BotBedrockAgentIntentConfigurationArgs>;
|
|
50601
50842
|
/**
|
|
50602
|
-
*
|
|
50843
|
+
* Resource Type definition for the intent.
|
|
50603
50844
|
*/
|
|
50604
50845
|
description?: pulumi.Input<string>;
|
|
50605
50846
|
/**
|
|
50606
50847
|
* Specifies that Amazon Lex invokes the alias Lambda function for each user input. You can invoke this Lambda function to personalize user interaction.
|
|
50607
50848
|
*/
|
|
50608
50849
|
dialogCodeHook?: pulumi.Input<inputs.lex.BotDialogCodeHookSettingArgs>;
|
|
50850
|
+
displayName?: pulumi.Input<string>;
|
|
50609
50851
|
/**
|
|
50610
50852
|
* Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user.
|
|
50611
50853
|
*/
|
|
@@ -50731,6 +50973,11 @@ export declare namespace lex {
|
|
|
50731
50973
|
*/
|
|
50732
50974
|
promptSpecification: pulumi.Input<inputs.lex.BotPromptSpecificationArgs>;
|
|
50733
50975
|
}
|
|
50976
|
+
interface BotIntentDisambiguationSettingsArgs {
|
|
50977
|
+
customDisambiguationMessage?: pulumi.Input<string>;
|
|
50978
|
+
enabled: pulumi.Input<boolean>;
|
|
50979
|
+
maxDisambiguationIntents?: pulumi.Input<number>;
|
|
50980
|
+
}
|
|
50734
50981
|
interface BotIntentOverrideArgs {
|
|
50735
50982
|
/**
|
|
50736
50983
|
* The name of the intent. Only required when you're switching intents.
|
|
@@ -50781,6 +51028,8 @@ export declare namespace lex {
|
|
|
50781
51028
|
* One or more slot types defined for the locale.
|
|
50782
51029
|
*/
|
|
50783
51030
|
slotTypes?: pulumi.Input<pulumi.Input<inputs.lex.BotSlotTypeArgs>[]>;
|
|
51031
|
+
speechDetectionSensitivity?: pulumi.Input<enums.lex.BotSpeechDetectionSensitivity>;
|
|
51032
|
+
unifiedSpeechSettings?: pulumi.Input<inputs.lex.BotUnifiedSpeechSettingsArgs>;
|
|
50784
51033
|
/**
|
|
50785
51034
|
* Defines settings for using an Amazon Polly voice to communicate with a user.
|
|
50786
51035
|
*
|
|
@@ -51254,7 +51503,8 @@ export declare namespace lex {
|
|
|
51254
51503
|
resolutionStrategy: pulumi.Input<enums.lex.BotSlotValueResolutionStrategy>;
|
|
51255
51504
|
}
|
|
51256
51505
|
interface BotSpecificationsArgs {
|
|
51257
|
-
slotTypeId
|
|
51506
|
+
slotTypeId?: pulumi.Input<string>;
|
|
51507
|
+
slotTypeName?: pulumi.Input<string>;
|
|
51258
51508
|
valueElicitationSetting: pulumi.Input<inputs.lex.BotSubSlotValueElicitationSettingArgs>;
|
|
51259
51509
|
}
|
|
51260
51510
|
interface BotSsmlMessageArgs {
|
|
@@ -51298,7 +51548,8 @@ export declare namespace lex {
|
|
|
51298
51548
|
/**
|
|
51299
51549
|
* The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
|
|
51300
51550
|
*/
|
|
51301
|
-
slotTypeId
|
|
51551
|
+
slotTypeId?: pulumi.Input<string>;
|
|
51552
|
+
slotTypeName?: pulumi.Input<string>;
|
|
51302
51553
|
}
|
|
51303
51554
|
interface BotSubSlotValueElicitationSettingArgs {
|
|
51304
51555
|
defaultValueSpecification?: pulumi.Input<inputs.lex.BotSlotDefaultValueSpecificationArgs>;
|
|
@@ -51344,6 +51595,13 @@ export declare namespace lex {
|
|
|
51344
51595
|
destination: pulumi.Input<inputs.lex.BotTextLogDestinationArgs>;
|
|
51345
51596
|
enabled: pulumi.Input<boolean>;
|
|
51346
51597
|
}
|
|
51598
|
+
interface BotUnifiedSpeechSettingsArgs {
|
|
51599
|
+
speechFoundationModel: pulumi.Input<inputs.lex.BotUnifiedSpeechSettingsSpeechFoundationModelPropertiesArgs>;
|
|
51600
|
+
}
|
|
51601
|
+
interface BotUnifiedSpeechSettingsSpeechFoundationModelPropertiesArgs {
|
|
51602
|
+
modelArn: pulumi.Input<string>;
|
|
51603
|
+
voiceId?: pulumi.Input<string>;
|
|
51604
|
+
}
|
|
51347
51605
|
/**
|
|
51348
51606
|
* The version of a bot used for a bot locale.
|
|
51349
51607
|
*/
|
|
@@ -57848,6 +58106,36 @@ export declare namespace observabilityadmin {
|
|
|
57848
58106
|
*/
|
|
57849
58107
|
redactedFields?: pulumi.Input<pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleFieldToMatchArgs>[]>;
|
|
57850
58108
|
}
|
|
58109
|
+
/**
|
|
58110
|
+
* Encryption configuration for the S3 Table Integration
|
|
58111
|
+
*/
|
|
58112
|
+
interface S3TableIntegrationEncryptionConfigArgs {
|
|
58113
|
+
/**
|
|
58114
|
+
* The ARN of the KMS key used to encrypt the S3 Table Integration
|
|
58115
|
+
*/
|
|
58116
|
+
kmsKeyArn?: pulumi.Input<string>;
|
|
58117
|
+
/**
|
|
58118
|
+
* The server-side encryption algorithm used to encrypt the S3 Table(s) data
|
|
58119
|
+
*/
|
|
58120
|
+
sseAlgorithm: pulumi.Input<enums.observabilityadmin.S3TableIntegrationEncryptionConfigSseAlgorithm>;
|
|
58121
|
+
}
|
|
58122
|
+
/**
|
|
58123
|
+
* CloudWatch Logs data source to associate with the S3 Table Integration
|
|
58124
|
+
*/
|
|
58125
|
+
interface S3TableIntegrationLogSourceArgs {
|
|
58126
|
+
/**
|
|
58127
|
+
* The ID of the CloudWatch Logs data source association
|
|
58128
|
+
*/
|
|
58129
|
+
identifier?: pulumi.Input<string>;
|
|
58130
|
+
/**
|
|
58131
|
+
* The name of the CloudWatch Logs data source
|
|
58132
|
+
*/
|
|
58133
|
+
name: pulumi.Input<string>;
|
|
58134
|
+
/**
|
|
58135
|
+
* The type of the CloudWatch Logs data source
|
|
58136
|
+
*/
|
|
58137
|
+
type: pulumi.Input<string>;
|
|
58138
|
+
}
|
|
57851
58139
|
interface TelemetryPipelinesTelemetryPipelineConfigurationArgs {
|
|
57852
58140
|
/**
|
|
57853
58141
|
* The pipeline configuration body that defines the data processing rules and transformations.
|
|
@@ -73273,6 +73561,7 @@ export declare namespace quicksight {
|
|
|
73273
73561
|
* The background style configuration of a free-form layout element.
|
|
73274
73562
|
*/
|
|
73275
73563
|
backgroundStyle?: pulumi.Input<inputs.quicksight.DashboardFreeFormLayoutElementBackgroundStyleArgs>;
|
|
73564
|
+
borderRadius?: pulumi.Input<string>;
|
|
73276
73565
|
/**
|
|
73277
73566
|
* The border style configuration of a free-form layout element.
|
|
73278
73567
|
*/
|
|
@@ -73293,6 +73582,7 @@ export declare namespace quicksight {
|
|
|
73293
73582
|
* The loading animation configuration of a free-form layout element.
|
|
73294
73583
|
*/
|
|
73295
73584
|
loadingAnimation?: pulumi.Input<inputs.quicksight.DashboardLoadingAnimationArgs>;
|
|
73585
|
+
padding?: pulumi.Input<string>;
|
|
73296
73586
|
/**
|
|
73297
73587
|
* The rendering rules that determine when an element should be displayed within a free-form layout.
|
|
73298
73588
|
*/
|
|
@@ -73337,6 +73627,10 @@ export declare namespace quicksight {
|
|
|
73337
73627
|
* The border visibility of a free-form layout element.
|
|
73338
73628
|
*/
|
|
73339
73629
|
visibility?: pulumi.Input<enums.quicksight.DashboardVisibility>;
|
|
73630
|
+
/**
|
|
73631
|
+
* String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
|
|
73632
|
+
*/
|
|
73633
|
+
width?: pulumi.Input<string>;
|
|
73340
73634
|
}
|
|
73341
73635
|
interface DashboardFreeFormLayoutScreenCanvasSizeOptionsArgs {
|
|
73342
73636
|
/**
|
|
@@ -74109,6 +74403,9 @@ export declare namespace quicksight {
|
|
|
74109
74403
|
elements: pulumi.Input<pulumi.Input<inputs.quicksight.DashboardGridLayoutElementArgs>[]>;
|
|
74110
74404
|
}
|
|
74111
74405
|
interface DashboardGridLayoutElementArgs {
|
|
74406
|
+
backgroundStyle?: pulumi.Input<inputs.quicksight.DashboardGridLayoutElementBackgroundStyleArgs>;
|
|
74407
|
+
borderRadius?: pulumi.Input<string>;
|
|
74408
|
+
borderStyle?: pulumi.Input<inputs.quicksight.DashboardGridLayoutElementBorderStyleArgs>;
|
|
74112
74409
|
/**
|
|
74113
74410
|
* The column index for the upper left corner of an element.
|
|
74114
74411
|
*/
|
|
@@ -74125,6 +74422,8 @@ export declare namespace quicksight {
|
|
|
74125
74422
|
* The type of element.
|
|
74126
74423
|
*/
|
|
74127
74424
|
elementType: pulumi.Input<enums.quicksight.DashboardLayoutElementType>;
|
|
74425
|
+
loadingAnimation?: pulumi.Input<inputs.quicksight.DashboardLoadingAnimationArgs>;
|
|
74426
|
+
padding?: pulumi.Input<string>;
|
|
74128
74427
|
/**
|
|
74129
74428
|
* The row index for the upper left corner of an element.
|
|
74130
74429
|
*/
|
|
@@ -74133,6 +74432,19 @@ export declare namespace quicksight {
|
|
|
74133
74432
|
* The height of a grid element expressed as a number of grid rows.
|
|
74134
74433
|
*/
|
|
74135
74434
|
rowSpan: pulumi.Input<number>;
|
|
74435
|
+
selectedBorderStyle?: pulumi.Input<inputs.quicksight.DashboardGridLayoutElementBorderStyleArgs>;
|
|
74436
|
+
}
|
|
74437
|
+
interface DashboardGridLayoutElementBackgroundStyleArgs {
|
|
74438
|
+
color?: pulumi.Input<string>;
|
|
74439
|
+
visibility?: pulumi.Input<enums.quicksight.DashboardVisibility>;
|
|
74440
|
+
}
|
|
74441
|
+
interface DashboardGridLayoutElementBorderStyleArgs {
|
|
74442
|
+
color?: pulumi.Input<string>;
|
|
74443
|
+
visibility?: pulumi.Input<enums.quicksight.DashboardVisibility>;
|
|
74444
|
+
/**
|
|
74445
|
+
* String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
|
|
74446
|
+
*/
|
|
74447
|
+
width?: pulumi.Input<string>;
|
|
74136
74448
|
}
|
|
74137
74449
|
interface DashboardGridLayoutScreenCanvasSizeOptionsArgs {
|
|
74138
74450
|
/**
|