aws-cdk-lib 2.173.4__py3-none-any.whl → 2.174.1__py3-none-any.whl

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.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (91) hide show
  1. aws_cdk/__init__.py +210 -181
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.173.4.jsii.tgz → aws-cdk-lib@2.174.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +18 -0
  5. aws_cdk/aws_apigateway/__init__.py +127 -168
  6. aws_cdk/aws_appconfig/__init__.py +498 -1
  7. aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
  8. aws_cdk/aws_appsync/__init__.py +4 -0
  9. aws_cdk/aws_autoscaling/__init__.py +96 -0
  10. aws_cdk/aws_batch/__init__.py +662 -237
  11. aws_cdk/aws_bedrock/__init__.py +2122 -181
  12. aws_cdk/aws_cassandra/__init__.py +476 -4
  13. aws_cdk/aws_cleanrooms/__init__.py +1227 -20
  14. aws_cdk/aws_cloudformation/__init__.py +172 -169
  15. aws_cdk/aws_cloudfront/__init__.py +773 -26
  16. aws_cdk/aws_cloudtrail/__init__.py +8 -2
  17. aws_cdk/aws_codebuild/__init__.py +83 -0
  18. aws_cdk/aws_codepipeline/__init__.py +2 -1
  19. aws_cdk/aws_cognito/__init__.py +232 -200
  20. aws_cdk/aws_connect/__init__.py +187 -36
  21. aws_cdk/aws_connectcampaignsv2/__init__.py +106 -12
  22. aws_cdk/aws_databrew/__init__.py +69 -1
  23. aws_cdk/aws_datasync/__init__.py +33 -28
  24. aws_cdk/aws_datazone/__init__.py +141 -41
  25. aws_cdk/aws_dlm/__init__.py +20 -10
  26. aws_cdk/aws_dms/__init__.py +736 -22
  27. aws_cdk/aws_docdb/__init__.py +134 -0
  28. aws_cdk/aws_dynamodb/__init__.py +76 -4
  29. aws_cdk/aws_ec2/__init__.py +1233 -65
  30. aws_cdk/aws_ecr/__init__.py +31 -0
  31. aws_cdk/aws_ecr_assets/__init__.py +5 -0
  32. aws_cdk/aws_ecs/__init__.py +88 -11
  33. aws_cdk/aws_efs/__init__.py +15 -8
  34. aws_cdk/aws_eks/__init__.py +114 -45
  35. aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
  36. aws_cdk/aws_emrserverless/__init__.py +143 -0
  37. aws_cdk/aws_events/__init__.py +50 -30
  38. aws_cdk/aws_fis/__init__.py +33 -33
  39. aws_cdk/aws_fsx/__init__.py +20 -10
  40. aws_cdk/aws_glue/__init__.py +34 -11
  41. aws_cdk/aws_greengrass/__init__.py +8 -8
  42. aws_cdk/aws_guardduty/__init__.py +1 -1
  43. aws_cdk/aws_imagebuilder/__init__.py +45 -47
  44. aws_cdk/aws_internetmonitor/__init__.py +3 -3
  45. aws_cdk/aws_invoicing/__init__.py +55 -30
  46. aws_cdk/aws_iot/__init__.py +1117 -4
  47. aws_cdk/aws_iot1click/__init__.py +17 -7
  48. aws_cdk/aws_kendra/__init__.py +4 -6
  49. aws_cdk/aws_lambda/__init__.py +15 -1
  50. aws_cdk/aws_logs/__init__.py +4011 -86
  51. aws_cdk/aws_m2/__init__.py +41 -0
  52. aws_cdk/aws_mediaconnect/__init__.py +202 -7
  53. aws_cdk/aws_mediaconvert/__init__.py +39 -0
  54. aws_cdk/aws_memorydb/__init__.py +22 -22
  55. aws_cdk/aws_networkmanager/__init__.py +758 -0
  56. aws_cdk/aws_opensearchservice/__init__.py +222 -0
  57. aws_cdk/aws_organizations/__init__.py +5 -3
  58. aws_cdk/aws_pcs/__init__.py +3038 -0
  59. aws_cdk/aws_pipes/__init__.py +10 -10
  60. aws_cdk/aws_qbusiness/__init__.py +415 -140
  61. aws_cdk/aws_quicksight/__init__.py +59795 -49748
  62. aws_cdk/aws_ram/__init__.py +5 -11
  63. aws_cdk/aws_rbin/__init__.py +28 -16
  64. aws_cdk/aws_rds/__init__.py +186 -31
  65. aws_cdk/aws_redshiftserverless/__init__.py +156 -0
  66. aws_cdk/aws_resiliencehub/__init__.py +2 -1
  67. aws_cdk/aws_route53_targets/__init__.py +5 -5
  68. aws_cdk/aws_s3/__init__.py +25 -15
  69. aws_cdk/aws_s3express/__init__.py +7 -7
  70. aws_cdk/aws_s3tables/__init__.py +683 -0
  71. aws_cdk/aws_sagemaker/__init__.py +580 -195
  72. aws_cdk/aws_secretsmanager/__init__.py +2 -0
  73. aws_cdk/aws_securityhub/__init__.py +41 -165
  74. aws_cdk/aws_servicediscovery/__init__.py +10 -3
  75. aws_cdk/aws_ses/__init__.py +190 -5
  76. aws_cdk/aws_sns/__init__.py +7 -3
  77. aws_cdk/aws_synthetics/__init__.py +29 -4
  78. aws_cdk/aws_transfer/__init__.py +8 -0
  79. aws_cdk/aws_vpclattice/__init__.py +147 -77
  80. aws_cdk/aws_wafv2/__init__.py +20 -8
  81. aws_cdk/aws_wisdom/__init__.py +162 -111
  82. aws_cdk/aws_workspaces/__init__.py +10 -4
  83. aws_cdk/cloud_assembly_schema/__init__.py +22 -0
  84. aws_cdk/custom_resources/__init__.py +31 -0
  85. aws_cdk/cx_api/__init__.py +19 -0
  86. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/LICENSE +1 -1
  87. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/METADATA +2 -2
  88. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/NOTICE +1 -1
  89. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/RECORD +91 -89
  90. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/WHEEL +0 -0
  91. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/top_level.txt +0 -0
@@ -2971,6 +2971,960 @@ class CfnCertificateProviderProps:
2971
2971
  )
2972
2972
 
2973
2973
 
2974
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2975
+ class CfnCommand(
2976
+ _CfnResource_9df397a6,
2977
+ metaclass=jsii.JSIIMeta,
2978
+ jsii_type="aws-cdk-lib.aws_iot.CfnCommand",
2979
+ ):
2980
+ '''Represents the resource definition of AWS IoT Command.
2981
+
2982
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html
2983
+ :cloudformationResource: AWS::IoT::Command
2984
+ :exampleMetadata: fixture=_generated
2985
+
2986
+ Example::
2987
+
2988
+ # The code below shows an example of how to instantiate this type.
2989
+ # The values are placeholders you should change.
2990
+ from aws_cdk import aws_iot as iot
2991
+
2992
+ cfn_command = iot.CfnCommand(self, "MyCfnCommand",
2993
+ command_id="commandId",
2994
+
2995
+ # the properties below are optional
2996
+ created_at="createdAt",
2997
+ deprecated=False,
2998
+ description="description",
2999
+ display_name="displayName",
3000
+ last_updated_at="lastUpdatedAt",
3001
+ mandatory_parameters=[iot.CfnCommand.CommandParameterProperty(
3002
+ name="name",
3003
+
3004
+ # the properties below are optional
3005
+ default_value=iot.CfnCommand.CommandParameterValueProperty(
3006
+ b=False,
3007
+ bin="bin",
3008
+ d=123,
3009
+ i=123,
3010
+ l="l",
3011
+ s="s",
3012
+ ul="ul"
3013
+ ),
3014
+ description="description",
3015
+ value=iot.CfnCommand.CommandParameterValueProperty(
3016
+ b=False,
3017
+ bin="bin",
3018
+ d=123,
3019
+ i=123,
3020
+ l="l",
3021
+ s="s",
3022
+ ul="ul"
3023
+ )
3024
+ )],
3025
+ namespace="namespace",
3026
+ payload=iot.CfnCommand.CommandPayloadProperty(
3027
+ content="content",
3028
+ content_type="contentType"
3029
+ ),
3030
+ pending_deletion=False,
3031
+ role_arn="roleArn",
3032
+ tags=[CfnTag(
3033
+ key="key",
3034
+ value="value"
3035
+ )]
3036
+ )
3037
+ '''
3038
+
3039
+ def __init__(
3040
+ self,
3041
+ scope: _constructs_77d1e7e8.Construct,
3042
+ id: builtins.str,
3043
+ *,
3044
+ command_id: builtins.str,
3045
+ created_at: typing.Optional[builtins.str] = None,
3046
+ deprecated: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3047
+ description: typing.Optional[builtins.str] = None,
3048
+ display_name: typing.Optional[builtins.str] = None,
3049
+ last_updated_at: typing.Optional[builtins.str] = None,
3050
+ mandatory_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCommand.CommandParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
3051
+ namespace: typing.Optional[builtins.str] = None,
3052
+ payload: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCommand.CommandPayloadProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3053
+ pending_deletion: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3054
+ role_arn: typing.Optional[builtins.str] = None,
3055
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3056
+ ) -> None:
3057
+ '''
3058
+ :param scope: Scope in which this resource is defined.
3059
+ :param id: Construct identifier for this resource (unique in its scope).
3060
+ :param command_id: The unique identifier of the command.
3061
+ :param created_at: The timestamp, when the command was created.
3062
+ :param deprecated: Indicates whether the command has been deprecated.
3063
+ :param description: The description of the command parameter.
3064
+ :param display_name: The display name of the command.
3065
+ :param last_updated_at: The timestamp, when the command was last updated.
3066
+ :param mandatory_parameters:
3067
+ :param namespace: The namespace to which the command belongs.
3068
+ :param payload:
3069
+ :param pending_deletion: Indicates whether the command is pending deletion.
3070
+ :param role_arn: The customer role associated with the command.
3071
+ :param tags: The tags to be associated with the command.
3072
+ '''
3073
+ if __debug__:
3074
+ type_hints = typing.get_type_hints(_typecheckingstub__52a5cb4afc582c05e5d1b2fa90cfc417ff3948833b71595e4f4dfe2cc885360e)
3075
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3076
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3077
+ props = CfnCommandProps(
3078
+ command_id=command_id,
3079
+ created_at=created_at,
3080
+ deprecated=deprecated,
3081
+ description=description,
3082
+ display_name=display_name,
3083
+ last_updated_at=last_updated_at,
3084
+ mandatory_parameters=mandatory_parameters,
3085
+ namespace=namespace,
3086
+ payload=payload,
3087
+ pending_deletion=pending_deletion,
3088
+ role_arn=role_arn,
3089
+ tags=tags,
3090
+ )
3091
+
3092
+ jsii.create(self.__class__, self, [scope, id, props])
3093
+
3094
+ @jsii.member(jsii_name="inspect")
3095
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3096
+ '''Examines the CloudFormation resource and discloses attributes.
3097
+
3098
+ :param inspector: tree inspector to collect and process attributes.
3099
+ '''
3100
+ if __debug__:
3101
+ type_hints = typing.get_type_hints(_typecheckingstub__1a90c6f8d7ba96e3a8933e52848f62e6fd81587904327421693b26311a4e50eb)
3102
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
3103
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
3104
+
3105
+ @jsii.member(jsii_name="renderProperties")
3106
+ def _render_properties(
3107
+ self,
3108
+ props: typing.Mapping[builtins.str, typing.Any],
3109
+ ) -> typing.Mapping[builtins.str, typing.Any]:
3110
+ '''
3111
+ :param props: -
3112
+ '''
3113
+ if __debug__:
3114
+ type_hints = typing.get_type_hints(_typecheckingstub__1a012bc10a7deb0dbc2b8e91fcc4c6c4606429f745d8ee1603032ad31777d98f)
3115
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
3116
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
3117
+
3118
+ @jsii.python.classproperty
3119
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
3120
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
3121
+ '''The CloudFormation resource type name for this resource class.'''
3122
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
3123
+
3124
+ @builtins.property
3125
+ @jsii.member(jsii_name="attrCommandArn")
3126
+ def attr_command_arn(self) -> builtins.str:
3127
+ '''The Amazon Resource Name (ARN) of the command.
3128
+
3129
+ :cloudformationAttribute: CommandArn
3130
+ '''
3131
+ return typing.cast(builtins.str, jsii.get(self, "attrCommandArn"))
3132
+
3133
+ @builtins.property
3134
+ @jsii.member(jsii_name="cdkTagManager")
3135
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
3136
+ '''Tag Manager which manages the tags for this resource.'''
3137
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
3138
+
3139
+ @builtins.property
3140
+ @jsii.member(jsii_name="cfnProperties")
3141
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3142
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3143
+
3144
+ @builtins.property
3145
+ @jsii.member(jsii_name="commandId")
3146
+ def command_id(self) -> builtins.str:
3147
+ '''The unique identifier of the command.'''
3148
+ return typing.cast(builtins.str, jsii.get(self, "commandId"))
3149
+
3150
+ @command_id.setter
3151
+ def command_id(self, value: builtins.str) -> None:
3152
+ if __debug__:
3153
+ type_hints = typing.get_type_hints(_typecheckingstub__730deca1d7d9cfab465314716ca50db74ca42c8ebb87bca3efce45d2f8536ca5)
3154
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3155
+ jsii.set(self, "commandId", value) # pyright: ignore[reportArgumentType]
3156
+
3157
+ @builtins.property
3158
+ @jsii.member(jsii_name="createdAt")
3159
+ def created_at(self) -> typing.Optional[builtins.str]:
3160
+ '''The timestamp, when the command was created.'''
3161
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "createdAt"))
3162
+
3163
+ @created_at.setter
3164
+ def created_at(self, value: typing.Optional[builtins.str]) -> None:
3165
+ if __debug__:
3166
+ type_hints = typing.get_type_hints(_typecheckingstub__6610fc8e2e757dfc62a79e7149d5f01ede4cfc93284d45844c41203fdcd3dfa6)
3167
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3168
+ jsii.set(self, "createdAt", value) # pyright: ignore[reportArgumentType]
3169
+
3170
+ @builtins.property
3171
+ @jsii.member(jsii_name="deprecated")
3172
+ def deprecated(
3173
+ self,
3174
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3175
+ '''Indicates whether the command has been deprecated.'''
3176
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "deprecated"))
3177
+
3178
+ @deprecated.setter
3179
+ def deprecated(
3180
+ self,
3181
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
3182
+ ) -> None:
3183
+ if __debug__:
3184
+ type_hints = typing.get_type_hints(_typecheckingstub__874ee23167c2e3e047820e274c4918d81d5941402b8ebed8f09459dd63b2b7ba)
3185
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3186
+ jsii.set(self, "deprecated", value) # pyright: ignore[reportArgumentType]
3187
+
3188
+ @builtins.property
3189
+ @jsii.member(jsii_name="description")
3190
+ def description(self) -> typing.Optional[builtins.str]:
3191
+ '''The description of the command parameter.'''
3192
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
3193
+
3194
+ @description.setter
3195
+ def description(self, value: typing.Optional[builtins.str]) -> None:
3196
+ if __debug__:
3197
+ type_hints = typing.get_type_hints(_typecheckingstub__4811e06e0cc90c73584412d3f6ec129500a900496135e20d28f9f526a902cb04)
3198
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3199
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
3200
+
3201
+ @builtins.property
3202
+ @jsii.member(jsii_name="displayName")
3203
+ def display_name(self) -> typing.Optional[builtins.str]:
3204
+ '''The display name of the command.'''
3205
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "displayName"))
3206
+
3207
+ @display_name.setter
3208
+ def display_name(self, value: typing.Optional[builtins.str]) -> None:
3209
+ if __debug__:
3210
+ type_hints = typing.get_type_hints(_typecheckingstub__d718af2e5eb9df7d8afa8a7432f232941db8caf617d1953f95a6f9fa61229d43)
3211
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3212
+ jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
3213
+
3214
+ @builtins.property
3215
+ @jsii.member(jsii_name="lastUpdatedAt")
3216
+ def last_updated_at(self) -> typing.Optional[builtins.str]:
3217
+ '''The timestamp, when the command was last updated.'''
3218
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "lastUpdatedAt"))
3219
+
3220
+ @last_updated_at.setter
3221
+ def last_updated_at(self, value: typing.Optional[builtins.str]) -> None:
3222
+ if __debug__:
3223
+ type_hints = typing.get_type_hints(_typecheckingstub__640d570b8420c2ff8941bd643508a7e83d08653b9ce02a270ccddd4b8cf47c51)
3224
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3225
+ jsii.set(self, "lastUpdatedAt", value) # pyright: ignore[reportArgumentType]
3226
+
3227
+ @builtins.property
3228
+ @jsii.member(jsii_name="mandatoryParameters")
3229
+ def mandatory_parameters(
3230
+ self,
3231
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCommand.CommandParameterProperty"]]]]:
3232
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCommand.CommandParameterProperty"]]]], jsii.get(self, "mandatoryParameters"))
3233
+
3234
+ @mandatory_parameters.setter
3235
+ def mandatory_parameters(
3236
+ self,
3237
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCommand.CommandParameterProperty"]]]],
3238
+ ) -> None:
3239
+ if __debug__:
3240
+ type_hints = typing.get_type_hints(_typecheckingstub__691a363a0f06abc1275985213903851414cd558497a764a951e60c6cd3c652fa)
3241
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3242
+ jsii.set(self, "mandatoryParameters", value) # pyright: ignore[reportArgumentType]
3243
+
3244
+ @builtins.property
3245
+ @jsii.member(jsii_name="namespace")
3246
+ def namespace(self) -> typing.Optional[builtins.str]:
3247
+ '''The namespace to which the command belongs.'''
3248
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "namespace"))
3249
+
3250
+ @namespace.setter
3251
+ def namespace(self, value: typing.Optional[builtins.str]) -> None:
3252
+ if __debug__:
3253
+ type_hints = typing.get_type_hints(_typecheckingstub__01b8970b1d1aab8da37738e568a4f2131335bcef063d56bd1d83b3bb255d1a50)
3254
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3255
+ jsii.set(self, "namespace", value) # pyright: ignore[reportArgumentType]
3256
+
3257
+ @builtins.property
3258
+ @jsii.member(jsii_name="payload")
3259
+ def payload(
3260
+ self,
3261
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCommand.CommandPayloadProperty"]]:
3262
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCommand.CommandPayloadProperty"]], jsii.get(self, "payload"))
3263
+
3264
+ @payload.setter
3265
+ def payload(
3266
+ self,
3267
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCommand.CommandPayloadProperty"]],
3268
+ ) -> None:
3269
+ if __debug__:
3270
+ type_hints = typing.get_type_hints(_typecheckingstub__c3f5f713dd2cc757210c4e779e7be62cdcc9f2946712dbdacee9c4e682fe6e52)
3271
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3272
+ jsii.set(self, "payload", value) # pyright: ignore[reportArgumentType]
3273
+
3274
+ @builtins.property
3275
+ @jsii.member(jsii_name="pendingDeletion")
3276
+ def pending_deletion(
3277
+ self,
3278
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3279
+ '''Indicates whether the command is pending deletion.'''
3280
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "pendingDeletion"))
3281
+
3282
+ @pending_deletion.setter
3283
+ def pending_deletion(
3284
+ self,
3285
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
3286
+ ) -> None:
3287
+ if __debug__:
3288
+ type_hints = typing.get_type_hints(_typecheckingstub__168433ddf3dc08672d53b72a1ed7d0f06c27c11abf74395951551302abbf0058)
3289
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3290
+ jsii.set(self, "pendingDeletion", value) # pyright: ignore[reportArgumentType]
3291
+
3292
+ @builtins.property
3293
+ @jsii.member(jsii_name="roleArn")
3294
+ def role_arn(self) -> typing.Optional[builtins.str]:
3295
+ '''The customer role associated with the command.'''
3296
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "roleArn"))
3297
+
3298
+ @role_arn.setter
3299
+ def role_arn(self, value: typing.Optional[builtins.str]) -> None:
3300
+ if __debug__:
3301
+ type_hints = typing.get_type_hints(_typecheckingstub__736381c7867ef9b34be2f55e84923e7fd5b5ad6d77b2aed57dc91e0b15259eaa)
3302
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3303
+ jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
3304
+
3305
+ @builtins.property
3306
+ @jsii.member(jsii_name="tags")
3307
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3308
+ '''The tags to be associated with the command.'''
3309
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
3310
+
3311
+ @tags.setter
3312
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
3313
+ if __debug__:
3314
+ type_hints = typing.get_type_hints(_typecheckingstub__796bc40f0d34b9617c2b284b8f6c6da82f9403d435e15f09fab295e70e2f0fa8)
3315
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3316
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
3317
+
3318
+ @jsii.data_type(
3319
+ jsii_type="aws-cdk-lib.aws_iot.CfnCommand.CommandParameterProperty",
3320
+ jsii_struct_bases=[],
3321
+ name_mapping={
3322
+ "name": "name",
3323
+ "default_value": "defaultValue",
3324
+ "description": "description",
3325
+ "value": "value",
3326
+ },
3327
+ )
3328
+ class CommandParameterProperty:
3329
+ def __init__(
3330
+ self,
3331
+ *,
3332
+ name: builtins.str,
3333
+ default_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCommand.CommandParameterValueProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3334
+ description: typing.Optional[builtins.str] = None,
3335
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCommand.CommandParameterValueProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3336
+ ) -> None:
3337
+ '''
3338
+ :param name:
3339
+ :param default_value:
3340
+ :param description:
3341
+ :param value:
3342
+
3343
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparameter.html
3344
+ :exampleMetadata: fixture=_generated
3345
+
3346
+ Example::
3347
+
3348
+ # The code below shows an example of how to instantiate this type.
3349
+ # The values are placeholders you should change.
3350
+ from aws_cdk import aws_iot as iot
3351
+
3352
+ command_parameter_property = iot.CfnCommand.CommandParameterProperty(
3353
+ name="name",
3354
+
3355
+ # the properties below are optional
3356
+ default_value=iot.CfnCommand.CommandParameterValueProperty(
3357
+ b=False,
3358
+ bin="bin",
3359
+ d=123,
3360
+ i=123,
3361
+ l="l",
3362
+ s="s",
3363
+ ul="ul"
3364
+ ),
3365
+ description="description",
3366
+ value=iot.CfnCommand.CommandParameterValueProperty(
3367
+ b=False,
3368
+ bin="bin",
3369
+ d=123,
3370
+ i=123,
3371
+ l="l",
3372
+ s="s",
3373
+ ul="ul"
3374
+ )
3375
+ )
3376
+ '''
3377
+ if __debug__:
3378
+ type_hints = typing.get_type_hints(_typecheckingstub__fcaa63ef2f3906ab3ed31601ae5d107341ee7fd5b3b68d47b2b189c442a1dba1)
3379
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
3380
+ check_type(argname="argument default_value", value=default_value, expected_type=type_hints["default_value"])
3381
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
3382
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3383
+ self._values: typing.Dict[builtins.str, typing.Any] = {
3384
+ "name": name,
3385
+ }
3386
+ if default_value is not None:
3387
+ self._values["default_value"] = default_value
3388
+ if description is not None:
3389
+ self._values["description"] = description
3390
+ if value is not None:
3391
+ self._values["value"] = value
3392
+
3393
+ @builtins.property
3394
+ def name(self) -> builtins.str:
3395
+ '''
3396
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparameter.html#cfn-iot-command-commandparameter-name
3397
+ '''
3398
+ result = self._values.get("name")
3399
+ assert result is not None, "Required property 'name' is missing"
3400
+ return typing.cast(builtins.str, result)
3401
+
3402
+ @builtins.property
3403
+ def default_value(
3404
+ self,
3405
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCommand.CommandParameterValueProperty"]]:
3406
+ '''
3407
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparameter.html#cfn-iot-command-commandparameter-defaultvalue
3408
+ '''
3409
+ result = self._values.get("default_value")
3410
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCommand.CommandParameterValueProperty"]], result)
3411
+
3412
+ @builtins.property
3413
+ def description(self) -> typing.Optional[builtins.str]:
3414
+ '''
3415
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparameter.html#cfn-iot-command-commandparameter-description
3416
+ '''
3417
+ result = self._values.get("description")
3418
+ return typing.cast(typing.Optional[builtins.str], result)
3419
+
3420
+ @builtins.property
3421
+ def value(
3422
+ self,
3423
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCommand.CommandParameterValueProperty"]]:
3424
+ '''
3425
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparameter.html#cfn-iot-command-commandparameter-value
3426
+ '''
3427
+ result = self._values.get("value")
3428
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCommand.CommandParameterValueProperty"]], result)
3429
+
3430
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3431
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3432
+
3433
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3434
+ return not (rhs == self)
3435
+
3436
+ def __repr__(self) -> str:
3437
+ return "CommandParameterProperty(%s)" % ", ".join(
3438
+ k + "=" + repr(v) for k, v in self._values.items()
3439
+ )
3440
+
3441
+ @jsii.data_type(
3442
+ jsii_type="aws-cdk-lib.aws_iot.CfnCommand.CommandParameterValueProperty",
3443
+ jsii_struct_bases=[],
3444
+ name_mapping={
3445
+ "b": "b",
3446
+ "bin": "bin",
3447
+ "d": "d",
3448
+ "i": "i",
3449
+ "l": "l",
3450
+ "s": "s",
3451
+ "ul": "ul",
3452
+ },
3453
+ )
3454
+ class CommandParameterValueProperty:
3455
+ def __init__(
3456
+ self,
3457
+ *,
3458
+ b: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3459
+ bin: typing.Optional[builtins.str] = None,
3460
+ d: typing.Optional[jsii.Number] = None,
3461
+ i: typing.Optional[jsii.Number] = None,
3462
+ l: typing.Optional[builtins.str] = None,
3463
+ s: typing.Optional[builtins.str] = None,
3464
+ ul: typing.Optional[builtins.str] = None,
3465
+ ) -> None:
3466
+ '''
3467
+ :param b:
3468
+ :param bin:
3469
+ :param d:
3470
+ :param i:
3471
+ :param l:
3472
+ :param s:
3473
+ :param ul:
3474
+
3475
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparametervalue.html
3476
+ :exampleMetadata: fixture=_generated
3477
+
3478
+ Example::
3479
+
3480
+ # The code below shows an example of how to instantiate this type.
3481
+ # The values are placeholders you should change.
3482
+ from aws_cdk import aws_iot as iot
3483
+
3484
+ command_parameter_value_property = iot.CfnCommand.CommandParameterValueProperty(
3485
+ b=False,
3486
+ bin="bin",
3487
+ d=123,
3488
+ i=123,
3489
+ l="l",
3490
+ s="s",
3491
+ ul="ul"
3492
+ )
3493
+ '''
3494
+ if __debug__:
3495
+ type_hints = typing.get_type_hints(_typecheckingstub__b73d43a416d87de66a172dbe0aa295cbd132ca36de1ef91b60b45c39454399b4)
3496
+ check_type(argname="argument b", value=b, expected_type=type_hints["b"])
3497
+ check_type(argname="argument bin", value=bin, expected_type=type_hints["bin"])
3498
+ check_type(argname="argument d", value=d, expected_type=type_hints["d"])
3499
+ check_type(argname="argument i", value=i, expected_type=type_hints["i"])
3500
+ check_type(argname="argument l", value=l, expected_type=type_hints["l"])
3501
+ check_type(argname="argument s", value=s, expected_type=type_hints["s"])
3502
+ check_type(argname="argument ul", value=ul, expected_type=type_hints["ul"])
3503
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3504
+ if b is not None:
3505
+ self._values["b"] = b
3506
+ if bin is not None:
3507
+ self._values["bin"] = bin
3508
+ if d is not None:
3509
+ self._values["d"] = d
3510
+ if i is not None:
3511
+ self._values["i"] = i
3512
+ if l is not None:
3513
+ self._values["l"] = l
3514
+ if s is not None:
3515
+ self._values["s"] = s
3516
+ if ul is not None:
3517
+ self._values["ul"] = ul
3518
+
3519
+ @builtins.property
3520
+ def b(
3521
+ self,
3522
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3523
+ '''
3524
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparametervalue.html#cfn-iot-command-commandparametervalue-b
3525
+ '''
3526
+ result = self._values.get("b")
3527
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
3528
+
3529
+ @builtins.property
3530
+ def bin(self) -> typing.Optional[builtins.str]:
3531
+ '''
3532
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparametervalue.html#cfn-iot-command-commandparametervalue-bin
3533
+ '''
3534
+ result = self._values.get("bin")
3535
+ return typing.cast(typing.Optional[builtins.str], result)
3536
+
3537
+ @builtins.property
3538
+ def d(self) -> typing.Optional[jsii.Number]:
3539
+ '''
3540
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparametervalue.html#cfn-iot-command-commandparametervalue-d
3541
+ '''
3542
+ result = self._values.get("d")
3543
+ return typing.cast(typing.Optional[jsii.Number], result)
3544
+
3545
+ @builtins.property
3546
+ def i(self) -> typing.Optional[jsii.Number]:
3547
+ '''
3548
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparametervalue.html#cfn-iot-command-commandparametervalue-i
3549
+ '''
3550
+ result = self._values.get("i")
3551
+ return typing.cast(typing.Optional[jsii.Number], result)
3552
+
3553
+ @builtins.property
3554
+ def l(self) -> typing.Optional[builtins.str]:
3555
+ '''
3556
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparametervalue.html#cfn-iot-command-commandparametervalue-l
3557
+ '''
3558
+ result = self._values.get("l")
3559
+ return typing.cast(typing.Optional[builtins.str], result)
3560
+
3561
+ @builtins.property
3562
+ def s(self) -> typing.Optional[builtins.str]:
3563
+ '''
3564
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparametervalue.html#cfn-iot-command-commandparametervalue-s
3565
+ '''
3566
+ result = self._values.get("s")
3567
+ return typing.cast(typing.Optional[builtins.str], result)
3568
+
3569
+ @builtins.property
3570
+ def ul(self) -> typing.Optional[builtins.str]:
3571
+ '''
3572
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparametervalue.html#cfn-iot-command-commandparametervalue-ul
3573
+ '''
3574
+ result = self._values.get("ul")
3575
+ return typing.cast(typing.Optional[builtins.str], result)
3576
+
3577
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3578
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3579
+
3580
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3581
+ return not (rhs == self)
3582
+
3583
+ def __repr__(self) -> str:
3584
+ return "CommandParameterValueProperty(%s)" % ", ".join(
3585
+ k + "=" + repr(v) for k, v in self._values.items()
3586
+ )
3587
+
3588
+ @jsii.data_type(
3589
+ jsii_type="aws-cdk-lib.aws_iot.CfnCommand.CommandPayloadProperty",
3590
+ jsii_struct_bases=[],
3591
+ name_mapping={"content": "content", "content_type": "contentType"},
3592
+ )
3593
+ class CommandPayloadProperty:
3594
+ def __init__(
3595
+ self,
3596
+ *,
3597
+ content: typing.Optional[builtins.str] = None,
3598
+ content_type: typing.Optional[builtins.str] = None,
3599
+ ) -> None:
3600
+ '''
3601
+ :param content:
3602
+ :param content_type:
3603
+
3604
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandpayload.html
3605
+ :exampleMetadata: fixture=_generated
3606
+
3607
+ Example::
3608
+
3609
+ # The code below shows an example of how to instantiate this type.
3610
+ # The values are placeholders you should change.
3611
+ from aws_cdk import aws_iot as iot
3612
+
3613
+ command_payload_property = iot.CfnCommand.CommandPayloadProperty(
3614
+ content="content",
3615
+ content_type="contentType"
3616
+ )
3617
+ '''
3618
+ if __debug__:
3619
+ type_hints = typing.get_type_hints(_typecheckingstub__1e2e87d93da3ad14b634890062b3687c3deae32866ba45aa8cc32f4b9d03add3)
3620
+ check_type(argname="argument content", value=content, expected_type=type_hints["content"])
3621
+ check_type(argname="argument content_type", value=content_type, expected_type=type_hints["content_type"])
3622
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3623
+ if content is not None:
3624
+ self._values["content"] = content
3625
+ if content_type is not None:
3626
+ self._values["content_type"] = content_type
3627
+
3628
+ @builtins.property
3629
+ def content(self) -> typing.Optional[builtins.str]:
3630
+ '''
3631
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandpayload.html#cfn-iot-command-commandpayload-content
3632
+ '''
3633
+ result = self._values.get("content")
3634
+ return typing.cast(typing.Optional[builtins.str], result)
3635
+
3636
+ @builtins.property
3637
+ def content_type(self) -> typing.Optional[builtins.str]:
3638
+ '''
3639
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandpayload.html#cfn-iot-command-commandpayload-contenttype
3640
+ '''
3641
+ result = self._values.get("content_type")
3642
+ return typing.cast(typing.Optional[builtins.str], result)
3643
+
3644
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3645
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3646
+
3647
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3648
+ return not (rhs == self)
3649
+
3650
+ def __repr__(self) -> str:
3651
+ return "CommandPayloadProperty(%s)" % ", ".join(
3652
+ k + "=" + repr(v) for k, v in self._values.items()
3653
+ )
3654
+
3655
+
3656
+ @jsii.data_type(
3657
+ jsii_type="aws-cdk-lib.aws_iot.CfnCommandProps",
3658
+ jsii_struct_bases=[],
3659
+ name_mapping={
3660
+ "command_id": "commandId",
3661
+ "created_at": "createdAt",
3662
+ "deprecated": "deprecated",
3663
+ "description": "description",
3664
+ "display_name": "displayName",
3665
+ "last_updated_at": "lastUpdatedAt",
3666
+ "mandatory_parameters": "mandatoryParameters",
3667
+ "namespace": "namespace",
3668
+ "payload": "payload",
3669
+ "pending_deletion": "pendingDeletion",
3670
+ "role_arn": "roleArn",
3671
+ "tags": "tags",
3672
+ },
3673
+ )
3674
+ class CfnCommandProps:
3675
+ def __init__(
3676
+ self,
3677
+ *,
3678
+ command_id: builtins.str,
3679
+ created_at: typing.Optional[builtins.str] = None,
3680
+ deprecated: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3681
+ description: typing.Optional[builtins.str] = None,
3682
+ display_name: typing.Optional[builtins.str] = None,
3683
+ last_updated_at: typing.Optional[builtins.str] = None,
3684
+ mandatory_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCommand.CommandParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3685
+ namespace: typing.Optional[builtins.str] = None,
3686
+ payload: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCommand.CommandPayloadProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3687
+ pending_deletion: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3688
+ role_arn: typing.Optional[builtins.str] = None,
3689
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3690
+ ) -> None:
3691
+ '''Properties for defining a ``CfnCommand``.
3692
+
3693
+ :param command_id: The unique identifier of the command.
3694
+ :param created_at: The timestamp, when the command was created.
3695
+ :param deprecated: Indicates whether the command has been deprecated.
3696
+ :param description: The description of the command parameter.
3697
+ :param display_name: The display name of the command.
3698
+ :param last_updated_at: The timestamp, when the command was last updated.
3699
+ :param mandatory_parameters:
3700
+ :param namespace: The namespace to which the command belongs.
3701
+ :param payload:
3702
+ :param pending_deletion: Indicates whether the command is pending deletion.
3703
+ :param role_arn: The customer role associated with the command.
3704
+ :param tags: The tags to be associated with the command.
3705
+
3706
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html
3707
+ :exampleMetadata: fixture=_generated
3708
+
3709
+ Example::
3710
+
3711
+ # The code below shows an example of how to instantiate this type.
3712
+ # The values are placeholders you should change.
3713
+ from aws_cdk import aws_iot as iot
3714
+
3715
+ cfn_command_props = iot.CfnCommandProps(
3716
+ command_id="commandId",
3717
+
3718
+ # the properties below are optional
3719
+ created_at="createdAt",
3720
+ deprecated=False,
3721
+ description="description",
3722
+ display_name="displayName",
3723
+ last_updated_at="lastUpdatedAt",
3724
+ mandatory_parameters=[iot.CfnCommand.CommandParameterProperty(
3725
+ name="name",
3726
+
3727
+ # the properties below are optional
3728
+ default_value=iot.CfnCommand.CommandParameterValueProperty(
3729
+ b=False,
3730
+ bin="bin",
3731
+ d=123,
3732
+ i=123,
3733
+ l="l",
3734
+ s="s",
3735
+ ul="ul"
3736
+ ),
3737
+ description="description",
3738
+ value=iot.CfnCommand.CommandParameterValueProperty(
3739
+ b=False,
3740
+ bin="bin",
3741
+ d=123,
3742
+ i=123,
3743
+ l="l",
3744
+ s="s",
3745
+ ul="ul"
3746
+ )
3747
+ )],
3748
+ namespace="namespace",
3749
+ payload=iot.CfnCommand.CommandPayloadProperty(
3750
+ content="content",
3751
+ content_type="contentType"
3752
+ ),
3753
+ pending_deletion=False,
3754
+ role_arn="roleArn",
3755
+ tags=[CfnTag(
3756
+ key="key",
3757
+ value="value"
3758
+ )]
3759
+ )
3760
+ '''
3761
+ if __debug__:
3762
+ type_hints = typing.get_type_hints(_typecheckingstub__7f1907b613493674dd49112994a015f8447b573d2fc020fcae55d5b6feb02113)
3763
+ check_type(argname="argument command_id", value=command_id, expected_type=type_hints["command_id"])
3764
+ check_type(argname="argument created_at", value=created_at, expected_type=type_hints["created_at"])
3765
+ check_type(argname="argument deprecated", value=deprecated, expected_type=type_hints["deprecated"])
3766
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
3767
+ check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
3768
+ check_type(argname="argument last_updated_at", value=last_updated_at, expected_type=type_hints["last_updated_at"])
3769
+ check_type(argname="argument mandatory_parameters", value=mandatory_parameters, expected_type=type_hints["mandatory_parameters"])
3770
+ check_type(argname="argument namespace", value=namespace, expected_type=type_hints["namespace"])
3771
+ check_type(argname="argument payload", value=payload, expected_type=type_hints["payload"])
3772
+ check_type(argname="argument pending_deletion", value=pending_deletion, expected_type=type_hints["pending_deletion"])
3773
+ check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
3774
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
3775
+ self._values: typing.Dict[builtins.str, typing.Any] = {
3776
+ "command_id": command_id,
3777
+ }
3778
+ if created_at is not None:
3779
+ self._values["created_at"] = created_at
3780
+ if deprecated is not None:
3781
+ self._values["deprecated"] = deprecated
3782
+ if description is not None:
3783
+ self._values["description"] = description
3784
+ if display_name is not None:
3785
+ self._values["display_name"] = display_name
3786
+ if last_updated_at is not None:
3787
+ self._values["last_updated_at"] = last_updated_at
3788
+ if mandatory_parameters is not None:
3789
+ self._values["mandatory_parameters"] = mandatory_parameters
3790
+ if namespace is not None:
3791
+ self._values["namespace"] = namespace
3792
+ if payload is not None:
3793
+ self._values["payload"] = payload
3794
+ if pending_deletion is not None:
3795
+ self._values["pending_deletion"] = pending_deletion
3796
+ if role_arn is not None:
3797
+ self._values["role_arn"] = role_arn
3798
+ if tags is not None:
3799
+ self._values["tags"] = tags
3800
+
3801
+ @builtins.property
3802
+ def command_id(self) -> builtins.str:
3803
+ '''The unique identifier of the command.
3804
+
3805
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-commandid
3806
+ '''
3807
+ result = self._values.get("command_id")
3808
+ assert result is not None, "Required property 'command_id' is missing"
3809
+ return typing.cast(builtins.str, result)
3810
+
3811
+ @builtins.property
3812
+ def created_at(self) -> typing.Optional[builtins.str]:
3813
+ '''The timestamp, when the command was created.
3814
+
3815
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-createdat
3816
+ '''
3817
+ result = self._values.get("created_at")
3818
+ return typing.cast(typing.Optional[builtins.str], result)
3819
+
3820
+ @builtins.property
3821
+ def deprecated(
3822
+ self,
3823
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3824
+ '''Indicates whether the command has been deprecated.
3825
+
3826
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-deprecated
3827
+ '''
3828
+ result = self._values.get("deprecated")
3829
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
3830
+
3831
+ @builtins.property
3832
+ def description(self) -> typing.Optional[builtins.str]:
3833
+ '''The description of the command parameter.
3834
+
3835
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-description
3836
+ '''
3837
+ result = self._values.get("description")
3838
+ return typing.cast(typing.Optional[builtins.str], result)
3839
+
3840
+ @builtins.property
3841
+ def display_name(self) -> typing.Optional[builtins.str]:
3842
+ '''The display name of the command.
3843
+
3844
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-displayname
3845
+ '''
3846
+ result = self._values.get("display_name")
3847
+ return typing.cast(typing.Optional[builtins.str], result)
3848
+
3849
+ @builtins.property
3850
+ def last_updated_at(self) -> typing.Optional[builtins.str]:
3851
+ '''The timestamp, when the command was last updated.
3852
+
3853
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-lastupdatedat
3854
+ '''
3855
+ result = self._values.get("last_updated_at")
3856
+ return typing.cast(typing.Optional[builtins.str], result)
3857
+
3858
+ @builtins.property
3859
+ def mandatory_parameters(
3860
+ self,
3861
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCommand.CommandParameterProperty]]]]:
3862
+ '''
3863
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-mandatoryparameters
3864
+ '''
3865
+ result = self._values.get("mandatory_parameters")
3866
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCommand.CommandParameterProperty]]]], result)
3867
+
3868
+ @builtins.property
3869
+ def namespace(self) -> typing.Optional[builtins.str]:
3870
+ '''The namespace to which the command belongs.
3871
+
3872
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-namespace
3873
+ '''
3874
+ result = self._values.get("namespace")
3875
+ return typing.cast(typing.Optional[builtins.str], result)
3876
+
3877
+ @builtins.property
3878
+ def payload(
3879
+ self,
3880
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCommand.CommandPayloadProperty]]:
3881
+ '''
3882
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-payload
3883
+ '''
3884
+ result = self._values.get("payload")
3885
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCommand.CommandPayloadProperty]], result)
3886
+
3887
+ @builtins.property
3888
+ def pending_deletion(
3889
+ self,
3890
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3891
+ '''Indicates whether the command is pending deletion.
3892
+
3893
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-pendingdeletion
3894
+ '''
3895
+ result = self._values.get("pending_deletion")
3896
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
3897
+
3898
+ @builtins.property
3899
+ def role_arn(self) -> typing.Optional[builtins.str]:
3900
+ '''The customer role associated with the command.
3901
+
3902
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-rolearn
3903
+ '''
3904
+ result = self._values.get("role_arn")
3905
+ return typing.cast(typing.Optional[builtins.str], result)
3906
+
3907
+ @builtins.property
3908
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3909
+ '''The tags to be associated with the command.
3910
+
3911
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#cfn-iot-command-tags
3912
+ '''
3913
+ result = self._values.get("tags")
3914
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
3915
+
3916
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3917
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3918
+
3919
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3920
+ return not (rhs == self)
3921
+
3922
+ def __repr__(self) -> str:
3923
+ return "CfnCommandProps(%s)" % ", ".join(
3924
+ k + "=" + repr(v) for k, v in self._values.items()
3925
+ )
3926
+
3927
+
2974
3928
  @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2975
3929
  class CfnCustomMetric(
2976
3930
  _CfnResource_9df397a6,
@@ -4066,8 +5020,8 @@ class CfnDomainConfiguration(
4066
5020
  For more information, see `Configurable endpoints <https://docs.aws.amazon.com//iot/latest/developerguide/iot-custom-endpoints-configurable.html>`_ from the AWS IoT Core Developer Guide.
4067
5021
 
4068
5022
  :param enable_ocsp_check: A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not. For more information, see `Configurable endpoints <https://docs.aws.amazon.com//iot/latest/developerguide/iot-custom-endpoints-configurable.html>`_ from the AWS IoT Core Developer Guide.
4069
- :param ocsp_authorized_responder_arn:
4070
- :param ocsp_lambda_arn:
5023
+ :param ocsp_authorized_responder_arn: The Amazon Resource Name (ARN) for an X.509 certificate stored in ACM. If provided, AWS IoT Core will use this certificate to validate the signature of the received OCSP response. The OCSP responder must sign responses using either this authorized responder certificate or the issuing certificate, depending on whether the ARN is provided or not. The certificate must be in the same account and region as the domain configuration.
5024
+ :param ocsp_lambda_arn: The Amazon Resource Name (ARN) for a Lambda function that acts as a Request for Comments (RFC) 6960-compliant Online Certificate Status Protocol (OCSP) responder, supporting basic OCSP responses. The Lambda function accepts a base64-encoding of the OCSP request in the Distinguished Encoding Rules (DER) format. The Lambda function's response is also a base64-encoded OCSP response in the DER format. The response size must not exceed 4 kilobytes (KiB). The Lambda function must be in the same account and region as the domain configuration.
4071
5025
 
4072
5026
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-domainconfiguration-servercertificateconfig.html
4073
5027
  :exampleMetadata: fixture=_generated
@@ -4112,7 +5066,8 @@ class CfnDomainConfiguration(
4112
5066
 
4113
5067
  @builtins.property
4114
5068
  def ocsp_authorized_responder_arn(self) -> typing.Optional[builtins.str]:
4115
- '''
5069
+ '''The Amazon Resource Name (ARN) for an X.509 certificate stored in ACM. If provided, AWS IoT Core will use this certificate to validate the signature of the received OCSP response. The OCSP responder must sign responses using either this authorized responder certificate or the issuing certificate, depending on whether the ARN is provided or not. The certificate must be in the same account and region as the domain configuration.
5070
+
4116
5071
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-domainconfiguration-servercertificateconfig.html#cfn-iot-domainconfiguration-servercertificateconfig-ocspauthorizedresponderarn
4117
5072
  '''
4118
5073
  result = self._values.get("ocsp_authorized_responder_arn")
@@ -4120,7 +5075,10 @@ class CfnDomainConfiguration(
4120
5075
 
4121
5076
  @builtins.property
4122
5077
  def ocsp_lambda_arn(self) -> typing.Optional[builtins.str]:
4123
- '''
5078
+ '''The Amazon Resource Name (ARN) for a Lambda function that acts as a Request for Comments (RFC) 6960-compliant Online Certificate Status Protocol (OCSP) responder, supporting basic OCSP responses.
5079
+
5080
+ The Lambda function accepts a base64-encoding of the OCSP request in the Distinguished Encoding Rules (DER) format. The Lambda function's response is also a base64-encoded OCSP response in the DER format. The response size must not exceed 4 kilobytes (KiB). The Lambda function must be in the same account and region as the domain configuration.
5081
+
4124
5082
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-domainconfiguration-servercertificateconfig.html#cfn-iot-domainconfiguration-servercertificateconfig-ocsplambdaarn
4125
5083
  '''
4126
5084
  result = self._values.get("ocsp_lambda_arn")
@@ -19752,6 +20710,8 @@ __all__ = [
19752
20710
  "CfnCertificateProps",
19753
20711
  "CfnCertificateProvider",
19754
20712
  "CfnCertificateProviderProps",
20713
+ "CfnCommand",
20714
+ "CfnCommandProps",
19755
20715
  "CfnCustomMetric",
19756
20716
  "CfnCustomMetricProps",
19757
20717
  "CfnDimension",
@@ -20273,6 +21233,159 @@ def _typecheckingstub__d0744e41536576c861dced01787a6dcedf68212c28aef410b1478e647
20273
21233
  """Type checking stubs"""
20274
21234
  pass
20275
21235
 
21236
+ def _typecheckingstub__52a5cb4afc582c05e5d1b2fa90cfc417ff3948833b71595e4f4dfe2cc885360e(
21237
+ scope: _constructs_77d1e7e8.Construct,
21238
+ id: builtins.str,
21239
+ *,
21240
+ command_id: builtins.str,
21241
+ created_at: typing.Optional[builtins.str] = None,
21242
+ deprecated: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
21243
+ description: typing.Optional[builtins.str] = None,
21244
+ display_name: typing.Optional[builtins.str] = None,
21245
+ last_updated_at: typing.Optional[builtins.str] = None,
21246
+ mandatory_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCommand.CommandParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
21247
+ namespace: typing.Optional[builtins.str] = None,
21248
+ payload: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCommand.CommandPayloadProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
21249
+ pending_deletion: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
21250
+ role_arn: typing.Optional[builtins.str] = None,
21251
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
21252
+ ) -> None:
21253
+ """Type checking stubs"""
21254
+ pass
21255
+
21256
+ def _typecheckingstub__1a90c6f8d7ba96e3a8933e52848f62e6fd81587904327421693b26311a4e50eb(
21257
+ inspector: _TreeInspector_488e0dd5,
21258
+ ) -> None:
21259
+ """Type checking stubs"""
21260
+ pass
21261
+
21262
+ def _typecheckingstub__1a012bc10a7deb0dbc2b8e91fcc4c6c4606429f745d8ee1603032ad31777d98f(
21263
+ props: typing.Mapping[builtins.str, typing.Any],
21264
+ ) -> None:
21265
+ """Type checking stubs"""
21266
+ pass
21267
+
21268
+ def _typecheckingstub__730deca1d7d9cfab465314716ca50db74ca42c8ebb87bca3efce45d2f8536ca5(
21269
+ value: builtins.str,
21270
+ ) -> None:
21271
+ """Type checking stubs"""
21272
+ pass
21273
+
21274
+ def _typecheckingstub__6610fc8e2e757dfc62a79e7149d5f01ede4cfc93284d45844c41203fdcd3dfa6(
21275
+ value: typing.Optional[builtins.str],
21276
+ ) -> None:
21277
+ """Type checking stubs"""
21278
+ pass
21279
+
21280
+ def _typecheckingstub__874ee23167c2e3e047820e274c4918d81d5941402b8ebed8f09459dd63b2b7ba(
21281
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
21282
+ ) -> None:
21283
+ """Type checking stubs"""
21284
+ pass
21285
+
21286
+ def _typecheckingstub__4811e06e0cc90c73584412d3f6ec129500a900496135e20d28f9f526a902cb04(
21287
+ value: typing.Optional[builtins.str],
21288
+ ) -> None:
21289
+ """Type checking stubs"""
21290
+ pass
21291
+
21292
+ def _typecheckingstub__d718af2e5eb9df7d8afa8a7432f232941db8caf617d1953f95a6f9fa61229d43(
21293
+ value: typing.Optional[builtins.str],
21294
+ ) -> None:
21295
+ """Type checking stubs"""
21296
+ pass
21297
+
21298
+ def _typecheckingstub__640d570b8420c2ff8941bd643508a7e83d08653b9ce02a270ccddd4b8cf47c51(
21299
+ value: typing.Optional[builtins.str],
21300
+ ) -> None:
21301
+ """Type checking stubs"""
21302
+ pass
21303
+
21304
+ def _typecheckingstub__691a363a0f06abc1275985213903851414cd558497a764a951e60c6cd3c652fa(
21305
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCommand.CommandParameterProperty]]]],
21306
+ ) -> None:
21307
+ """Type checking stubs"""
21308
+ pass
21309
+
21310
+ def _typecheckingstub__01b8970b1d1aab8da37738e568a4f2131335bcef063d56bd1d83b3bb255d1a50(
21311
+ value: typing.Optional[builtins.str],
21312
+ ) -> None:
21313
+ """Type checking stubs"""
21314
+ pass
21315
+
21316
+ def _typecheckingstub__c3f5f713dd2cc757210c4e779e7be62cdcc9f2946712dbdacee9c4e682fe6e52(
21317
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCommand.CommandPayloadProperty]],
21318
+ ) -> None:
21319
+ """Type checking stubs"""
21320
+ pass
21321
+
21322
+ def _typecheckingstub__168433ddf3dc08672d53b72a1ed7d0f06c27c11abf74395951551302abbf0058(
21323
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
21324
+ ) -> None:
21325
+ """Type checking stubs"""
21326
+ pass
21327
+
21328
+ def _typecheckingstub__736381c7867ef9b34be2f55e84923e7fd5b5ad6d77b2aed57dc91e0b15259eaa(
21329
+ value: typing.Optional[builtins.str],
21330
+ ) -> None:
21331
+ """Type checking stubs"""
21332
+ pass
21333
+
21334
+ def _typecheckingstub__796bc40f0d34b9617c2b284b8f6c6da82f9403d435e15f09fab295e70e2f0fa8(
21335
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
21336
+ ) -> None:
21337
+ """Type checking stubs"""
21338
+ pass
21339
+
21340
+ def _typecheckingstub__fcaa63ef2f3906ab3ed31601ae5d107341ee7fd5b3b68d47b2b189c442a1dba1(
21341
+ *,
21342
+ name: builtins.str,
21343
+ default_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCommand.CommandParameterValueProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
21344
+ description: typing.Optional[builtins.str] = None,
21345
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCommand.CommandParameterValueProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
21346
+ ) -> None:
21347
+ """Type checking stubs"""
21348
+ pass
21349
+
21350
+ def _typecheckingstub__b73d43a416d87de66a172dbe0aa295cbd132ca36de1ef91b60b45c39454399b4(
21351
+ *,
21352
+ b: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
21353
+ bin: typing.Optional[builtins.str] = None,
21354
+ d: typing.Optional[jsii.Number] = None,
21355
+ i: typing.Optional[jsii.Number] = None,
21356
+ l: typing.Optional[builtins.str] = None,
21357
+ s: typing.Optional[builtins.str] = None,
21358
+ ul: typing.Optional[builtins.str] = None,
21359
+ ) -> None:
21360
+ """Type checking stubs"""
21361
+ pass
21362
+
21363
+ def _typecheckingstub__1e2e87d93da3ad14b634890062b3687c3deae32866ba45aa8cc32f4b9d03add3(
21364
+ *,
21365
+ content: typing.Optional[builtins.str] = None,
21366
+ content_type: typing.Optional[builtins.str] = None,
21367
+ ) -> None:
21368
+ """Type checking stubs"""
21369
+ pass
21370
+
21371
+ def _typecheckingstub__7f1907b613493674dd49112994a015f8447b573d2fc020fcae55d5b6feb02113(
21372
+ *,
21373
+ command_id: builtins.str,
21374
+ created_at: typing.Optional[builtins.str] = None,
21375
+ deprecated: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
21376
+ description: typing.Optional[builtins.str] = None,
21377
+ display_name: typing.Optional[builtins.str] = None,
21378
+ last_updated_at: typing.Optional[builtins.str] = None,
21379
+ mandatory_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCommand.CommandParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
21380
+ namespace: typing.Optional[builtins.str] = None,
21381
+ payload: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCommand.CommandPayloadProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
21382
+ pending_deletion: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
21383
+ role_arn: typing.Optional[builtins.str] = None,
21384
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
21385
+ ) -> None:
21386
+ """Type checking stubs"""
21387
+ pass
21388
+
20276
21389
  def _typecheckingstub__b5d4b322e821a4658786c2a37bf522048717e259abfffbbac6e69e0d25abd532(
20277
21390
  scope: _constructs_77d1e7e8.Construct,
20278
21391
  id: builtins.str,