func NewConstruct_Override()

in constructs/constructs.go [42:50]


func NewConstruct_Override(c Construct, scope Construct, id *string, options *ConstructOptions) {
	_init_.Initialize()

	_jsii_.Create(
		"constructs.Construct",
		[]interface{}{scope, id, options},
		c,
	)
}