awscdk/customresources/internal/types.go (10 lines of code) (raw):

package internal import ( "github.com/aws/constructs-go/constructs/v10" "github.com/aws/aws-cdk-go/awscdk/v2/awsiam" "github.com/aws/aws-cdk-go/awscdk/v2" ) type Type__constructsConstruct = constructs.Construct type Type__awsiamIGrantable = awsiam.IGrantable type Type__awscdkIAspect = awscdk.IAspect type Type__awscdkIResolvable = awscdk.IResolvable