package awsrds


type InstanceType string

const (
	InstanceType_PROVISIONED InstanceType = "PROVISIONED"
	InstanceType_SERVERLESS_V2 InstanceType = "SERVERLESS_V2"
)