You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
status: Optional[str] =field(default=None, metadata={"description": "The current state of point in time recovery: ENABLED - Point in time recovery is enabled. DISABLED - Point in time recovery is disabled."}) # fmt: skip
343
-
earliest_restorable_date_time: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "Specifies the earliest point in time you can restore your table to. You can restore your table to any point in time during the last 35 days."}) # fmt: skip
344
-
latest_restorable_date_time: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "LatestRestorableDateTime is typically 5 minutes before the current time."}) # fmt: skip
343
+
earliest_restorable_date_time: Optional[datetime] =field(default=None, metadata={"description": "Specifies the earliest point in time you can restore your table to. You can restore your table to any point in time during the last 35 days."}) # fmt: skip
344
+
latest_restorable_date_time: Optional[datetime] =field(default=None, metadata={"description": "LatestRestorableDateTime is typically 5 minutes before the current time."}) # fmt: skip
Copy file name to clipboardExpand all lines: plugins/aws/fix_plugin_aws/resource/secretsmanager.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ class AwsSecretsManagerSecret(HasResourcePolicy, AwsResource):
67
67
rotation_rules: Optional[AwsSecretsManagerRotationRulesType] =field(default=None, metadata={"description": "A structure that defines the rotation configuration for the secret."}) # fmt: skip
68
68
last_rotated_date: Optional[datetime] =field(default=None, metadata={"description": "The most recent date and time that the Secrets Manager rotation process was successfully completed. This value is null if the secret hasn't ever rotated."}) # fmt: skip
69
69
last_changed_date: Optional[datetime] =field(default=None, metadata={"description": "The last date and time that this secret was modified in any way."}) # fmt: skip
70
-
last_accessed_date: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region."}) # fmt: skip
70
+
last_accessed_date: Optional[datetime] =field(default=None, metadata={"description": "The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region."}) # fmt: skip
71
71
deleted_date: Optional[datetime] =field(default=None, metadata={"description": "The date and time the deletion of the secret occurred. Not present on active secrets. The secret can be recovered until the number of days in the recovery window has passed, as specified in the RecoveryWindowInDays parameter of the DeleteSecret operation."}) # fmt: skip
72
72
next_rotation_date: Optional[datetime] =field(default=None, metadata={"description": "The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation, Secrets Manager returns null."}) # fmt: skip
73
73
secret_versions_to_stages: Optional[Dict[str, List[str]]] =field(default=None, metadata={"description": "A list of all of the currently assigned SecretVersionStage staging labels and the SecretVersionId attached to each one. Staging labels are used to keep track of the different versions during the rotation process. A version that does not have any SecretVersionStage is considered deprecated and subject to deletion. Such versions are not included in this list."}) # fmt: skip
ping_status: Optional[str] =field(default=None, metadata={"description": "Connection status of SSM Agent. The status Inactive has been deprecated and is no longer in use."}) # fmt: skip
74
-
last_ping: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "The date and time when the agent last pinged the Systems Manager service."}) # fmt: skip
74
+
last_ping: Optional[datetime] =field(default=None, metadata={"description": "The date and time when the agent last pinged the Systems Manager service."}) # fmt: skip
75
75
agent_version: Optional[str] =field(default=None, metadata={"description": "The version of SSM Agent running on your Linux managed node."}) # fmt: skip
76
76
is_latest_version: Optional[bool] =field(default=None, metadata={"description": "Indicates whether the latest version of SSM Agent is running on your Linux managed node. This field doesn't indicate whether or not the latest version is installed on Windows managed nodes, because some older versions of Windows Server use the EC2Config service to process Systems Manager requests."}) # fmt: skip
77
77
platform_type: Optional[str] =field(default=None, metadata={"description": "The operating system platform type."}) # fmt: skip
@@ -84,8 +84,8 @@ class AwsSSMInstance(AwsResource):
84
84
ip_address: Optional[str] =field(default=None, metadata={"description": "The IP address of the managed node."}) # fmt: skip
85
85
computer_name: Optional[str] =field(default=None, metadata={"description": "The fully qualified host name of the managed node."}) # fmt: skip
86
86
association_status: Optional[str] =field(default=None, metadata={"description": "The status of the association."}) # fmt: skip
87
-
last_association_execution_date: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "The date the association was last run."}) # fmt: skip
88
-
last_successful_association_execution_date: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "The last date the association was successfully run."}) # fmt: skip
87
+
last_association_execution_date: Optional[datetime] =field(default=None, metadata={"description": "The date the association was last run."}) # fmt: skip
88
+
last_successful_association_execution_date: Optional[datetime] =field(default=None, metadata={"description": "The last date the association was successfully run."}) # fmt: skip
89
89
association_overview: Optional[AwsSSMInstanceAggregatedAssociationOverview] =field(default=None, metadata={"description": "Information about the association."}) # fmt: skip
90
90
source_id: Optional[str] =field(default=None, metadata={"description": "The ID of the source resource. For IoT Greengrass devices, SourceId is the Thing name."}) # fmt: skip
91
91
source_type: Optional[str] =field(default=None, metadata={"description": "The type of the source resource. For IoT Greengrass devices, SourceType is AWS::IoT::Thing."}) # fmt: skip
Copy file name to clipboardExpand all lines: plugins/azure/fix_plugin_azure/resource/authorization.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ class AzureAuthorizationDenyAssignment(MicrosoftResource):
102
102
condition: Optional[str] =field(default=None, metadata={'description': 'The conditions on the deny assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase foo_storage_container '}) # fmt: skip
103
103
condition_version: Optional[str] =field(default=None, metadata={"description": "Version of the condition."})
104
104
created_by: Optional[str] =field(default=None, metadata={'description': 'Id of the user who created the assignment'}) # fmt: skip
105
-
created_on: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "Time it was created"}) # fmt: skip
105
+
created_on: Optional[datetime] =field(default=None, metadata={"description": "Time it was created"}) # fmt: skip
106
106
deny_assignment_name: Optional[str] =field(default=None, metadata={'description': 'The display name of the deny assignment.'}) # fmt: skip
107
107
description: Optional[str] =field(default=None, metadata={'description': 'The description of the deny assignment.'}) # fmt: skip
108
108
do_not_apply_to_child_scopes: Optional[bool] =field(default=None, metadata={'description': 'Determines if the deny assignment applies to child scopes. Default value is false.'}) # fmt: skip
@@ -112,7 +112,7 @@ class AzureAuthorizationDenyAssignment(MicrosoftResource):
112
112
principals: Optional[List[AzurePrincipal]] =field(default=None, metadata={'description': 'Array of principals to which the deny assignment applies.'}) # fmt: skip
113
113
scope: Optional[str] =field(default=None, metadata={"description": "The deny assignment scope."})
114
114
updated_by: Optional[str] =field(default=None, metadata={"ignore_history": True, 'description': 'Id of the user who updated the assignment'}) # fmt: skip
115
-
updated_on: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "Time it was updated"}) # fmt: skip
115
+
updated_on: Optional[datetime] =field(default=None, metadata={"description": "Time it was updated"}) # fmt: skip
116
116
117
117
118
118
@define(eq=False, slots=False)
@@ -179,15 +179,15 @@ class AzureAuthorizationRoleAssignment(MicrosoftResource):
179
179
condition: Optional[str] =field(default=None, metadata={'description': 'The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase foo_storage_container '}) # fmt: skip
180
180
condition_version: Optional[str] =field(default=None, metadata={'description': 'Version of the condition. Currently the only accepted value is 2.0 '}) # fmt: skip
181
181
created_by: Optional[str] =field(default=None, metadata={'description': 'Id of the user who created the assignment'}) # fmt: skip
182
-
created_on: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "Time it was created"}) # fmt: skip
182
+
created_on: Optional[datetime] =field(default=None, metadata={"description": "Time it was created"}) # fmt: skip
183
183
delegated_managed_identity_resource_id: Optional[str] =field(default=None, metadata={'description': 'Id of the delegated managed identity resource'}) # fmt: skip
184
184
description: Optional[str] =field(default=None, metadata={"description": "Description of role assignment"})
185
185
principal_id: Optional[str] =field(default=None, metadata={"description": "The principal ID."})
186
186
principal_type: Optional[str] =field(default=None, metadata={'description': 'The principal type of the assigned principal ID.'}) # fmt: skip
187
187
role_definition_id: Optional[str] =field(default=None, metadata={"description": "The role definition ID."})
188
188
scope: Optional[str] =field(default=None, metadata={"description": "The role assignment scope."})
189
189
updated_by: Optional[str] =field(default=None, metadata={"ignore_history": True, 'description': 'Id of the user who updated the assignment'}) # fmt: skip
190
-
updated_on: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "Time it was updated"}) # fmt: skip
190
+
updated_on: Optional[datetime] =field(default=None, metadata={"description": "Time it was updated"}) # fmt: skip
role_name: Optional[str] =field(default=None, metadata={"description": "The role name."})
266
266
updated_by: Optional[str] =field(default=None, metadata={"ignore_history": True, 'description': 'Id of the user who updated the assignment'}) # fmt: skip
267
-
updated_on: Optional[datetime] =field(default=None, metadata={"ignore_history": True, "description": "Time it was updated"}) # fmt: skip
267
+
updated_on: Optional[datetime] =field(default=None, metadata={"description": "Time it was updated"}) # fmt: skip
0 commit comments