interface StorageConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.M2.CfnEnvironment.StorageConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsm2#CfnEnvironment_StorageConfigurationProperty |
![]() | software.amazon.awscdk.services.m2.CfnEnvironment.StorageConfigurationProperty |
![]() | aws_cdk.aws_m2.CfnEnvironment.StorageConfigurationProperty |
![]() | aws-cdk-lib » aws_m2 » CfnEnvironment » StorageConfigurationProperty |
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see AWS Mainframe Modernization availability change .
Defines the storage configuration for a runtime environment.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_m2 as m2 } from 'aws-cdk-lib';
const storageConfigurationProperty: m2.CfnEnvironment.StorageConfigurationProperty = {
efs: {
fileSystemId: 'fileSystemId',
mountPoint: 'mountPoint',
},
fsx: {
fileSystemId: 'fileSystemId',
mountPoint: 'mountPoint',
},
};
Properties
Name | Type | Description |
---|---|---|
efs? | IResolvable | Efs | Defines the storage configuration for an Amazon EFS file system. |
fsx? | IResolvable | Fsx | Defines the storage configuration for an Amazon FSx file system. |
efs?
Type:
IResolvable
|
Efs
(optional)
Defines the storage configuration for an Amazon EFS file system.
fsx?
Type:
IResolvable
|
Fsx
(optional)
Defines the storage configuration for an Amazon FSx file system.