interface EphemeralStorageProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.EphemeralStorageProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_EphemeralStorageProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.EphemeralStorageProperty |
Python | aws_cdk.aws_sam.CfnFunction.EphemeralStorageProperty |
TypeScript | aws-cdk-lib » aws_sam » CfnFunction » EphemeralStorageProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const ephemeralStorageProperty: sam.CfnFunction.EphemeralStorageProperty = {
size: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| size | number |
size
Type:
number

.NET
Go
Java
Python
TypeScript