GradientEdge CDK Utils
    Preparing search index...
    import { CommonConstruct } from '@gradientedge/cdk-utils'

    class CustomConstruct extends CommonConstruct {
    constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
    super(parent, id, props)
    this.props = props
    this.elasticacheManager.createElastiCache('MyElastiCache', scope, props)
    }
    }
    Index

    Constructors

    Methods