Skip to content

Commit a1e77f1

Browse files
authored
Merge branch 'develop' into tmp/1740090721/main
2 parents a7da20c + 911b4b7 commit a1e77f1

File tree

3 files changed

+68
-20
lines changed

3 files changed

+68
-20
lines changed

samtranslator/schema/schema.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -244259,7 +244259,7 @@
244259244259
"type": "string"
244260244260
},
244261244261
"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.",
244263244263
"title": "SageMakerImageVersionArn",
244264244264
"type": "string"
244265244265
}
@@ -245826,7 +245826,7 @@
245826245826
"type": "string"
245827245827
},
245828245828
"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.",
245830245830
"title": "SageMakerImageVersionArn",
245831245831
"type": "string"
245832245832
}
@@ -253073,7 +253073,7 @@
253073253073
"type": "string"
253074253074
},
253075253075
"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.",
253077253077
"title": "SageMakerImageVersionArn",
253078253078
"type": "string"
253079253079
}
@@ -253517,7 +253517,7 @@
253517253517
"type": "string"
253518253518
},
253519253519
"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.",
253521253521
"title": "SageMakerImageVersionArn",
253522253522
"type": "string"
253523253523
}
@@ -254468,7 +254468,7 @@
254468254468
"title": "HostedRotationLambda"
254469254469
},
254470254470
"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) .",
254472254472
"title": "RotateImmediatelyOnUpdate",
254473254473
"type": "boolean"
254474254474
},

0 commit comments

Comments
 (0)