interface SecretVersionInfo
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.SecretVersionInfo |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#SecretVersionInfo |
![]() | software.amazon.awscdk.services.batch.SecretVersionInfo |
![]() | aws_cdk.aws_batch.SecretVersionInfo |
![]() | aws-cdk-lib » aws_batch » SecretVersionInfo |
Specify the secret's version id or version stage.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_batch as batch } from 'aws-cdk-lib';
const secretVersionInfo: batch.SecretVersionInfo = {
versionId: 'versionId',
versionStage: 'versionStage',
};
Properties
Name | Type | Description |
---|---|---|
version | string | version id of the secret. |
version | string | version stage of the secret. |
versionId?
Type:
string
(optional, default: use default version id)
version id of the secret.
versionStage?
Type:
string
(optional, default: use default version stage)
version stage of the secret.