interface EphemeralStorageProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SAM.CfnFunctionPropsMixin.EphemeralStorageProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssam#CfnFunctionPropsMixin_EphemeralStorageProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sam.CfnFunctionPropsMixin.EphemeralStorageProperty |
Python | aws_cdk.cfn_property_mixins.aws_sam.CfnFunctionPropsMixin.EphemeralStorageProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sam » CfnFunctionPropsMixin » 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/cfn-property-mixins';
const ephemeralStorageProperty: sam.CfnFunctionPropsMixin.EphemeralStorageProperty = {
size: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| size? | number |
size?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript