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
Copy file name to clipboardexpand all lines: samtranslator/schema/schema.json
+5-5
Original file line number
Diff line number
Diff line change
@@ -244259,7 +244259,7 @@
244259
244259
"type": "string"
244260
244260
},
244261
244261
"SageMakerImageVersionArn": {
244262
-
"markdownDescription": "The ARN of the image version created on the instance.",
244262
+
"markdownDescription": "The ARN of the image version created on the instance. To clear the value set for `SageMakerImageVersionArn` , pass `None` as the value.",
244263
244263
"title": "SageMakerImageVersionArn",
244264
244264
"type": "string"
244265
244265
}
@@ -245826,7 +245826,7 @@
245826
245826
"type": "string"
245827
245827
},
245828
245828
"SageMakerImageVersionArn": {
245829
-
"markdownDescription": "The ARN of the image version created on the instance.",
245829
+
"markdownDescription": "The ARN of the image version created on the instance. To clear the value set for `SageMakerImageVersionArn` , pass `None` as the value.",
245830
245830
"title": "SageMakerImageVersionArn",
245831
245831
"type": "string"
245832
245832
}
@@ -253073,7 +253073,7 @@
253073
253073
"type": "string"
253074
253074
},
253075
253075
"SageMakerImageVersionArn": {
253076
-
"markdownDescription": "The ARN of the image version created on the instance.",
253076
+
"markdownDescription": "The ARN of the image version created on the instance. To clear the value set for `SageMakerImageVersionArn` , pass `None` as the value.",
253077
253077
"title": "SageMakerImageVersionArn",
253078
253078
"type": "string"
253079
253079
}
@@ -253517,7 +253517,7 @@
253517
253517
"type": "string"
253518
253518
},
253519
253519
"SageMakerImageVersionArn": {
253520
-
"markdownDescription": "The ARN of the image version created on the instance.",
253520
+
"markdownDescription": "The ARN of the image version created on the instance. To clear the value set for `SageMakerImageVersionArn` , pass `None` as the value.",
253521
253521
"title": "SageMakerImageVersionArn",
253522
253522
"type": "string"
253523
253523
}
@@ -254468,7 +254468,7 @@
254468
254468
"title": "HostedRotationLambda"
254469
254469
},
254470
254470
"RotateImmediatelyOnUpdate": {
254471
-
"markdownDescription": "Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window. The rotation schedule is defined in `RotationRules` .\n\nIf you don't immediately rotate the secret, Secrets Manager tests the rotation configuration by running the [`testSecret` step](https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html) of the Lambda rotation function. The test creates an `AWSPENDING` version of the secret and then removes it.\n\nIf you don't specify this value, then by default, Secrets Manager rotates the secret immediately.\n\nRotation is an asynchronous process. For more information, see [How rotation works](https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html) .",
254471
+
"markdownDescription": "Determines whether to rotate the secret immediately or wait until the next scheduled rotation window when the rotation schedule is updated. The rotation schedule is defined in `RotationRules` .\n\nThe default for `RotateImmediatelyOnUpdate` is `true` . If you don't specify this value, Secrets Manager rotates the secret immediately.\n\nIf you set `RotateImmediatelyOnUpdate` to `false` , Secrets Manager tests the rotation configuration by running the [`testSecret` step](https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html) of the Lambda rotation function. This test creates an `AWSPENDING` version of the secret and then removes it.\n\n> When changing an existing rotation schedule and setting `RotateImmediatelyOnUpdate` to `false` :\n> \n> - If using `AutomaticallyAfterDays` or a `ScheduleExpression` with `rate()` , the previously scheduled rotation might still occur.\n> - To prevent unintended rotations, use a `ScheduleExpression` with `cron()` for granular control over rotation windows. \n\nRotation is an asynchronous process. For more information, see [How rotation works](https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html) .",
0 commit comments